{% extends "base.html" %} {% block content %} {{ section.title }} {{ section.content | safe }} {%- for page in section.pages %} {{ page.title }} {%- if page.date %}{{ page.date | date(format="%b %-d, %Y") }}{% endif %} {%- if page.extra.part %}{{ page.extra.part }}{% endif %} {%- if page.description %}{{ page.description }}{% endif %} {%- endfor %} {% endblock content %}
{{ page.description }}