{# SPDX-License-Identifier: MIT OR Apache-2.0 #} {# SPDX-FileCopyrightText: The Ferrocene Developers #} {% extends "basic/layout.html" %} {% from "fontawesome.html" import icon_search %} {% block extrahead %} {{ super() }} {% endblock %} {% block content %} {% if theme_include_in_header %} {% include theme_include_in_header %} {% endif %}
{% block body %}{% endblock %}
{% endblock %} {# The blocks below, defined in the basic layout, are effectively removed from the template as we replace their contents with an empty string. #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block footer %}{% endblock %}