{% extends "_base.html" %} {% block body %}
{% for item in this.content %}

{{item.date|datetimeformat}}

{{item.body}}
{% endfor %}
{% include 'footer.html' %}