{% extends "richie/fullwidth.html" %} {% load cms_tags i18n %} {% block content %}
{% with organization=current_page.organization header_level=2 %}
{% placeholder "banner" %}
{% if organization.logo %} {% endif %}

{{ current_page.get_title }}

{% placeholder "description" %}
{% endwith %}
{% endblock content %}