{% block footer %}
{%- if show_copyright %} {%- endif %}
{% if theme_footer_icons %}
{% for icon in theme_footer_icons %} {{- icon.html -}} {% endfor %}
{% endif %}
{% endblock %}