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