{% extends "base.html" %} {% block main %} {{ section.title }} {{ section.content }} {% for page in section.pages %} {{ page.date | date(format="%F") }} {{ page.title }} {% endfor %} {% endblock %}