{% extends "richie/base.html" %} {% load cms_tags i18n search_tags %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% page_attribute "page_title" %}{% endblock title %} {# 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 %}

{% page_attribute "page_title" %}

{% with header_level=2 %} {% placeholder "content" %} {% endwith %}
{% endblock content %}