{% extends 'pages/content_page.html' %} {% load wagtailcore_tags %} {% block page-context-id %}list-editorial{% endblock %} {% block page_nav %} {% include 'snippets/nav.html' with style="editorial" active="editorial" %} {% endblock %} {% block page_header %} {% include 'snippets/header.html' with style='editorial' %} {% endblock %} {% block content %}

{% firstof page.title page_title object.title %}

{{ page.intro|richtext }}
{% endblock %}