{% if site.site-list.links %}
{% for link in site.site-list.links %} {% if link.label and link.url %}
{% if link.custom-args %}
{{ link.label }}...
{% else %}
{{ link.label }}...
{% endif %} {% if link.text %}

{{link.text}}

{% endif %}
{% endif %} {% endfor %}
{% endif %}