{% extends "common/content_page.html" %}
{% load wagtailroutablepage_tags %}
{% block extra_css %}
{% endblock %}
{% block hero_buttons %}
{{ block.super }}
{% endblock %}
{% block post_content %}
{% for page in child_pages %}
{% if not filtering_by_tag %}
{% ifchanged %}
{% endifchanged %}
{% endif %}
{% include "common/listing-item.html" %}
{% endfor %}
{% endblock %}