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