{% comment %} Layouts using this include should pass an include variable called 'links' referencing a list carrying the data {% endcomment %}
{% for link in include.links %} {% assign first_char = link.link | slice: 0 %} {% if first_char == '#' %} {% assign is_url = false %} {% else %} {% assign is_url = true %} {% endif %}

{{link.title}}

{{link.description}}

{% endfor %}