{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-indexpage{% endblock %} {% block content %} {{ page.title }} {% if page.intro %} {{ page.intro|richtext }} {% endif %} {% if not page.hide_list %} {% endif %} {% endblock %}