{% extends "base.html" %}
{% load cache wagtailcore_tags wagtailimages_tags static navigation_tags %}
{% block header %}
{% image page.header_image fill-1440x740 as header_image %}
{{ page.strapline }}{% block page_title %}{{ page.title }}{% endblock %}