{% extends 'partials/base.html.twig' %} {% block content %}

{{ page.title }}

{% for child in page.children %} {% if child.published %}

{{ child.title }}

{% endif %} {% endfor %}
{% endblock %}