{{ 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.description %}
{{ page.description }}
{% endif %}
{% endfor %}