{% block meta_description %} {% endblock %} {% include "meta/meta_tags.html" %} {% if settings.SITE_FAVICON %} {% endif %} {% block before_css %}{% endblock %} {% include "meta/stylesheets.html" %} {% include "meta/fonts.html" %} {# may contain external files #} {% block forestyle %}{% endblock %} {% include "meta/head_javascript.html" %} {% block forejs %}{% endblock %} {% if settings.USE_CUSTOM_HTML_HEAD %} {{ settings.CUSTOM_HTML_HEAD }} {% endif %}
{% include "components/system_messages.html" %} {% include "debug_header.html" %} {% include "custom_header.html" ignore missing %} {% if settings.CUSTOM_HEADER|trim != '' %}