{% extends "base.html" %} {% block content %} {% include "base/include/header-hero.html" %}
{% if page.introduction %}

{{ page.introduction }}

{% endif %} {{ page.body }}
{% endblock content %}