{% extends "index.html" %} {% block title %}{{ section.title }} - {{ config.title }}{% endblock %} {% block main %}

{{ section.title }}

{% for page in section.pages %}

{{ page.title }}

{%- if page.date -%}{%- endif -%}
{% if page.summary %} {% else %}
{{ page.content | markdown | safe }}
{% endif %}
{% endfor %} {% endblock %}