{% extends 'index.html' %} {% block nav %}{% include 'special-nav.html' %}{% endblock %} {% block content %}

Special Pages

{%for s in sections%}

{{s.title}}

{%for p in s.pages%}

{{p.title}}

{%if p.description%}

{{p.description}}

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