{{- metatags }} {%- block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{%- endblock %} {#
#} {%- block css %}
{%- endblock %} {%- block scripts %} {# FIXME: use link-preload #} {%- endblock %} {%- if pageurl %}
{%- endif %} {# TODO: opensearch #} {%- if favicon %}
{%- endif %} {%- include "util/linktags.html" %} {%- block extrahead %} {% endblock %}
{%- block container %} {%- block header %}{%- include "util/navbar.html" %}{% endblock %} {# close sidebar when clicked out of it #}
{%- block sidebar %}
{# sidebar navlinks displayed only on mobile #}
{% block side_links %} {%- include "util/navlinks.html" %} {%- include "util/extlinks.html" %} {% endblock %}
{%- for sidebartemplate in sidebars %} {%- include sidebartemplate %} {%- endfor %}
{%- endblock %}
{%- block document %}
{% block body %} {% endblock %}
{%- block footer %} {%- include "util/pagenav.html" %} {%- include "util/footer.html" %} {%- endblock footer %}
{%- endblock %}
{%- endblock container %}