2020-06-18 20:31:03 +00:00
|
|
|
{% extends "sample/templates/section-specific-extends.html" %}
|
2017-03-14 12:25:45 +00:00
|
|
|
{% block content %}
|
2020-06-18 20:31:03 +00:00
|
|
|
{% for page in section.pages %}
|
2017-03-14 12:25:45 +00:00
|
|
|
{{page.title}}
|
|
|
|
{% endfor %}
|
2020-06-18 20:31:03 +00:00
|
|
|
{{ super() }}
|
2017-03-14 12:25:45 +00:00
|
|
|
{% endblock content %}
|