{% extends "richie/base.html" %} {% load cms_tags %} {% block breadcrumbs %}{% endblock breadcrumbs %} {% block meta_opengraph_contextuals %} {% page_attribute "page_title" as page_title %} {% endblock meta_opengraph_contextuals %} {% block head_title %} {% page_attribute "page_title" %} {% endblock head_title %} {% block topbar_classes %}topbar--over{% endblock topbar_classes %} {# Disable search field in topbar since it is in the homepage banner #} {% block topbar_searchbar %}{% endblock topbar_searchbar %} {% block content %}
{% placeholder "maincontent" %}
{% endblock content %}