{% 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 %} {% for to_include in theme_include_in_header.split(",") %} {# The default value of include_in_header is "", avoid importing an empty string #} {% if to_include %} {% include to_include %} {% endif %} {% endfor %}