{% spaceless %} {% load staticfiles i18n %} {% block title %}{% endblock title %} | {{ DCF.SITE_NAME }} {% if GOOGLE_SITE_VERIFICATION_ID %} {% endif %} {% if FACEBOOK_APP_ID %} {% endif %} {% block meta_og %}{% endblock %}

{{ DCF.SITE_NAME }} {% if area_list %} {% endif %}

{% if messages %} {% for message in messages %}
{{ message|safe }}
{% endfor %} {% endif %} {% block body %} {% endblock %}
{% block ext_scripts %}{% endblock %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% endif %} {% endspaceless %}