{% extends "base.html" %} {% block body %}

{{ this.eyebrow }}

{{ this.summary }}

{{ this.title }}{{ this.children.count() }} entries
{% for item in this.children %} {% endfor %}
{% endblock %}