{% spaceless %}
{% block title %}{% endblock %} - {{ settings.APP_TITLE|escape }}
{% block meta_description %}
{% endblock %}
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
{% block forestyle %}{% endblock %} {% if user_messages %} {% endif %} {% block forejs %} {% endblock %} {% endspaceless %}
{% if user_messages %} {% for message in user_messages %}
{{ message }}
{% endfor %} {% endif %}
×
{% include "header.html" %} {% block body %} {% endblock %} {% include "footer.html" %} {% if settings.ENABLE_MATHJAX %} {% endif %} {% block endjs %} {% endblock %} {% if settings.GOOGLE_ANALYTICS_KEY %} {% endif %}