{% block body %}{% endblock %}
{# 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 %}