{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block head %} {% endblock head %} {% block content %} {{ section.content | safe }}
{% for page in section.pages %}
By {{ page.extra.author }}. {{ page.date | date(format = "%B %d, %Y", timezone = "America/Los_Angeles") }}.
{{ page.summary | safe }}
{% endfor %}
{% endblock content %}