{% extends "wagtail_base.html" %} {% load static %} {% block content %} {% include "common/hero.html" %} {% if page.body_html %}
{{ page.body_html|safe }}
{% endif %}

{% if not search_query %} {% include "search/enter-search-term.html" %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}