{% extends 'base.html' %} {% block title %}{{collection_title}}{% endblock %} {% block content %} {% block head %} {% endblock %}

{{title}}

{% for post in pages %}
{{post.content}}
Date: {{post.date|format_datetime}}
{% endfor %}
{% endblock %}