{% extends "base.html" %} {% load wagtailmetadata_tags %} {% block body_class %}{{ page.body_class }}{% endblock %} {% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %} {% block extra_head %} {% meta_tags %} {% endblock %} {% block main_content %} {% if page.hero_image_url %} {% endif %}
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% include "common/content-details.html" %}
{% block pre_content %}{% endblock %} {% block content %}{% endblock %} {% block post_content %}{% endblock %} {% endblock %}