{% extends "!page.html" %}
{%- block extrahead %}
{{ super() }}
{%- for href in font_preload_hrefs|default([]) %}
{%- endfor %}
{%- if font_faces is defined and font_faces %}
{%- endif %}
{%- if theme_show_meta_manifest_tag == true %}
{% endif -%}
{%- if theme_show_meta_og_tags == true %}
{% endif -%}
{%- if theme_show_meta_app_icon_tags == true %}
{% endif -%}
{% endblock %}