{% include 'incl/header.html' %} {% include 'incl/nextprev.html' %}

{{ title }}

    {% for p in pages %}
  1. {{ p.title }}
  2. {% endfor %}
{% include 'incl/footer.html' %}