{% extends "richie/fullwidth.html" %} {% load cms_tags i18n %} {% block content %}

{{ current_page.get_title }}

{% with subject=current_page.subject header_level=2 %}
{% placeholder "banner" %}
{% placeholder "description" %}
{% endwith %}
{% endblock content %}