{% extends "base.html" %} {% load wagtailcore_tags %} {% block main %}

{{ page.alternative_header|default:page.title }}

{% include_block page.landing_body %} {% endblock %}