{% if header %}
{{ title }}
{% for section in sections %}
{{ section[0] }}
{% endfor %}
{% endif %}
{% for section in sections %}
{{ section[0] }}
Previous
|
Next
{{ section[1] }}
{% endfor %}