{% extends "base.html" %} {% block content %}

Blog posts

{% for post in section.pages %}

{{ post.title }}

Posted by {{ post.extra.author }} on {{ post.date }} {{ post.summary | safe }}
{% endfor %}
{% endblock %}