{% extends "base.html" %} {% load navigation_tags wagtailimages_tags %} {% block content-header %} {% image self.image fill-1920x600 as hero_img %}

{{ page.title }}

{{ page.subtitle }}

{% endblock content-header %} {% block content-body %}
{% if page.introduction %}

{{ page.introduction }}

{% endif %} {{ page.body }}
{% endblock content-body %}