{% extends '_base.html' %} {% block content %}

{{collection_title}}

{% for entry in pages %}
{{entry.title}}
{% endfor %}
{% endblock %}