{% extends "wagtail_base.html" %}
{% block content %}
{% include "common/hero.html" %}
{% if page.body_html %}
{{ page.body_html|safe }}
{% endif %}
{% for tag in tags %}
{% include "common/listing-item.html" with page=tag %}
{% endfor %}
{% endblock content %}