{{ theme_footer_about.title }}

{{ theme_footer_about.description }}

{% for link in theme_footer_social_icons %} {% endfor %}
{% for tagline in theme_footer_taglines %} {{ tagline.text }} {% endfor %}
{% for column in theme_footer_links %}

{{ column.title }}

{% for link in column.links %} {{ link.name }} {% endfor %}
{% endfor %}

{%- if show_copyright %}

{%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}Copyright © {{ copyright }}{% endtrans %} {%- else %} {% trans copyright=copyright|e %}Copyright © {{ copyright }}{% endtrans %} {%- endif %}

{%- endif %} {% for copyright in theme_extra_copyrights %}

{{ copyright }}

{% endfor %}
{% if theme_footer_policies %} {{ theme_footer_policies[0].text }} {% for legal in theme_footer_policies[1:] %}
{{ legal.text }} {% endfor %} {% endif %}