{% spaceless %}
{% block title %}{% endblock %} - {{ settings.APP_TITLE|escape }}
{% block meta_description %}
{% endblock %}
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
{% if settings.USE_CUSTOM_CSS %}
{% endif %} {% block forestyle %}{% endblock %} {% if user_messages %} {% endif %} {% if settings.USE_CUSTOM_HTML_HEAD %} {{ settings.CUSTOM_HTML_HEAD }} {% endif %} {% block forejs %} {% endblock %} {# avoid adding javascript here so that pages load faster #} {% endspaceless %} {% include "blocks/system_messages.html" %} {% include "custom_header.html" ignore missing %} {% include "blocks/header.html" %}
{% block body %} {% endblock %}
{% if settings.FOOTER_MODE == 'default' %} {% include "blocks/footer.html" %} {% elif settings.FOOTER_MODE == 'customize' %} {{ settings.CUSTOM_FOOTER }} {% endif %} {% include "custom_footer.html" ignore missing %} {% include "blocks/bottom_scripts.html" %} {% block endjs %} {% endblock %}