{% extends "furo/page.html" %} {% block extrahead %} {% endblock %} {% block footer %}
{%- if show_copyright %} {%- endif %}
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%} {{- icon_dict.html -}} {% endfor %}
{%- endif %}
{% endblock %}