{% extends "web/base.html" %} {% block content %} {% for post in posts %}

{{ post['subject'] | striptags | escape | title }}

{{ post.body()[0:200] }}...
({{ post['date'] }})

{% endfor %} {% endblock %}