{% load compress %}
{% import "macros.html" as macros %}
{% block title %}{% endblock %} - {{ settings.APP_TITLE|escape }}
{% block meta_description %}
{% endblock %}
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
{% 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" %}
{% if settings.MULTILINGUAL %}
{% include "widgets/language_nav.html" %}
{% endif %}
{% include "custom_header.html" ignore missing %}
{% if settings.CUSTOM_HEADER|trim != '' %}
{{settings.CUSTOM_HEADER}}
{% endif %}
{% include "widgets/header.html" %} {# Logo, user tool navigation and meta navitation #}
{% include "widgets/secondary_header.html" %} {# Scope selector, search input and ask button #}
{% if settings.ENABLE_LEADING_SIDEBAR %}