{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if page.get_children.live %}
{% for child in page.get_children.live %} {{ child.title }} {% endfor %}
{% endif %} {% endblock %}