{% extends "richie/base.html" %} {% load cms_tags i18n search_tags static %} {% get_current_language as LANGUAGE_CODE %} {% block meta %} {% if CDN_DOMAIN %} {% endif %} {% endblock meta %} {% block head_title %}{% page_attribute "page_title" %}{% endblock head_title %} {% block breadcrumbs %}{% endblock breadcrumbs %} {# Enable flex on the `.body-content` so children can grow to occupy the available vertical space #} {% block bodycontent_classes %}body-content--flex-mode{% endblock bodycontent_classes %} {% block content %}