{%- extends "base.html" -%} {%- block main -%}
{{ section.title }}
{{ section.content | safe }} {% for post in section.pages %}

{{ post.title }}

{{ post.date | date(format="%b %e, %Y") }}
{% else %} No posts yet. {% endfor %} {%- endblock main -%}