{% extends "richie/base.html" %}
{% load cms_tags %}
{% block head_title %}
{% page_attribute "page_title" %}
{% endblock head_title %}
{% block meta_opengraph_contextuals %}
{% page_attribute "page_title" as page_title %}
{% endblock meta_opengraph_contextuals %}
{% block content %}
{% placeholder "maincontent" %}
{% endblock content %}