{% extends "base.html" %} {% block title %}{{ section.title }} — {{ config.title }}{% endblock title %} {% block content %}

{{ section.title }}

{{ section.content | safe }}
    {% for page in section.pages %}
  1. {{ page.title }} {% if page.date %}{{ page.date | date(format="%B %-d, %Y") }}{% endif %} {% if page.description %}

    {{ page.description }}

    {% endif %}
  2. {% endfor %}
{% endblock content %}