{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}template-indexpage{% endblock %} {% block content %} {% include 'common/header.html' %} {% if page.intro %}
{{ page.intro|richtext }}
{% endif %} {% if not page.hide_list %}
{% for child in page.get_children.specific %} {% endfor %}
{% endif %} {% endblock %}