{% extends "page.html" %} {% from "macros/breadcrumbs.html" import breadcrumbs %} {% block title %}{{ this.title }}{% endblock %} {% block gutter %}
{{ this.gutter }} {% for child in this.children %} {% if child.hide_from_index %}

{{ child.title }}

{{ child.summary }}

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