{% extends "base.html" %} {% load i18n content_tags action_tags block_tags media_tags map_tags %} {% block metatags %} {{ block.super }} {% if section %} {% endif %} {% endblock %} {% block extrahead %} {% if content %}{% google_map_media content=content %}{% endif %} {% endblock %} {% block cssstyles %} {{ block.super }} {% endblock %} {% block extrabreadcrumbs %} {% block beforecontentbreadcrumbs %} {% endblock %} {% block contentbreadcrumbs %} {% if section %} {% cutrender %}{{ section }}{% endcutrender %} {% endif %} {% cutrender %}{{ content }}{% endcutrender %} {% endblock %} {% block aftercontentbreadcrumbs %} {% endblock %} {% endblock %} {% block leftsidebar %} {{ block.super }} {% endblock %} {% block content %} {% block contenttitle %}

{% cutrender %}{{ content }}{% endcutrender %}

{% endblock %} {% block contentactions %}
{% endblock %} {% block contentzone %}
{% block beforecontentblocks %} {% render_all_blocks "beforecontent" %} {% block extrabeforecontentblocks %} {% endblock %} {% endblock %} {% block beforecontentbody %} {% block contentmedia %} {% media_slide content %} {% endblock %} {% block contentdescription %} {% if content.description %}
{{ content.description|safe }}
{% endif %} {% endblock %} {% block contentfiles %} {% media_files content %} {% endblock %} {% endblock beforecontentbody %} {% block contentbody %} {# to fill in for inherited templates #} {% endblock %} {% block aftercontentbody %} {% endblock %} {% block contentmap %} {% if content %}{% google_map content=content %}{% endif %} {% endblock %} {% block aftercontentmap %} {% endblock %} {% block aftercontentblocks %} {% render_all_blocks "aftercontent" %} {% block extraaftercontentblocks %} {% endblock %} {% endblock %} {% block contentfooter %} {% if is_homepage %} {% render_all_blocks "homepage" %} {% endif %} {% endblock %}
{% endblock %} {% endblock %}