{% 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 %} {% comment %}Disable search field in topbar since it is in the homepage banner{% endcomment %} {% block topbar_searchbar %}{% endblock topbar_searchbar %} {% comment %}Disable subheader base HTML since it is not required on homepage{% endcomment %} {% block subheader %}{% endblock subheader %} {% block content %}
{% placeholder "maincontent" %}
{% endblock content %}