{%- if brand is defined %}
{{ brand }}
{%- endif %}
{%- for link in links|default([]) %} {%- if link.get('icon') %}{{ link.icon }}{% endif %} {{- link.label -}} {%- endfor %}
{%- if _slot_footer is defined and _slot_footer %}
{{ _slot_footer|safe }}
{%- endif %}