{% extends "base.html" %} {% block post_content %} {% set rows = page|get_children(pages) %}
{% for row in rows[0].children %} {% if row.title != page.title %} {% endif %} {% endfor %}
Name Description
{{ row.title }} {{ row.summary if row.summary else "" }}
{% endblock %}