{% load wagtailcore_tags wagtailimages_tags %} {% if page.image %} {% image page.image width-1000 as photo %}
{% endif %} {% include "common/breadcrumbs/index.html" %}

{{ page.title }}

{% if page.subtitle %}
{{ page.subtitle }}
{% endif %}

{% include "common/content-details.html" with page=page %}


{% include_block page.body %}