{% extends "base.html" %} {% load wagtailimages_tags gallery_tags %} {% block content %} {% image self.image fill-1920x600 as hero_img %} {% include "base/include/header-hero.html" %}
{% if page.introduction %}

{{ page.introduction }}

{% endif %}
{% gallery page.collection %}
{% endblock content %}