{# templates/section.html #} {% extends "base.html" %} {% block content %} {{ section.title }} {{ section.content | safe }} {% for page in section.pages %} {% include "partials/content-listing-item.html" %} {% endfor %} {% endblock %}