{% spaceless %} {% load static i18n classified %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% endblock title %} | {{ DCF.SITE_NAME }} {% block meta_robots %}{% endblock meta_robots %} {% if GOOGLE_SITE_VERIFICATION_ID %} {% endif %} {# Self-referencing canonical without the query string, so paginated and #} {# area-filtered variants of a listing do not compete with each other. #} {% block canonical %} {% endblock canonical %} {% if FACEBOOK_APP_ID %} {% endif %} {% block meta_og %}{% endblock %}

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

{% if messages %} {% for message in messages %} {# Django's default error tag is "error"; Bootstrap names that variant "danger". #} {% endfor %} {% endif %} {% block body %} {% endblock %}
{% block ext_scripts %}{% endblock %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% endif %} {% endspaceless %}