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

{{ page.title }}

{{ page.subtitle }}

{% if page.introduction %}

{{ page.introduction }}

{% endif %} {{ page.body }} {% if page.get_tags %} Tagged with:
{% for tag in page.get_tags %} {{ tag }} {% endfor %} {% endif %}
{% endblock content %}