{% extends "richie/base.html" %} {% load cms_tags %} {% block title %}{% page_attribute "page_title" %}{% endblock title %} {% block content %}

{% page_attribute "page_title" %}

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