{% extends "base.html" %} {% block content %}

{{ section.title }}

{% for page in section.pages %} {% endfor %} {% endblock %}