{%- extends "page.html" %} {% block body %} {% for post in collection %}

{{ post.title }}

{{ post.to_html(collection.docname) }} {% endfor %} {% endblock %}