{% extends "richie/base.html" %} {% load cms_tags i18n static %} {% get_current_language as LANGUAGE_CODE %} {% block meta %} {{ block.super }} {% if CDN_DOMAIN %} {% endif %} {% endblock meta %} {% block head_title %}{% page_attribute "page_title" %}{% endblock head_title %} {% block topbar_searchbar %}{% endblock topbar_searchbar %} {% block subheader %}
{% block breadcrumbs %} {% include "menu/breadcrumbs.html" %} {% endblock breadcrumbs %} {% block subheader_content %}{% spaceless %}
{% endspaceless %}{% endblock subheader_content %}
{% endblock subheader %} {% block content %}
{% with header_level=2 %} {% placeholder "content" %} {% endwith %}
{% endblock content %}