{% extends "base.html" %} {% block title %}{{super()}}|Microblog{% endblock %} {% block content %} {% for post in pages %}
{{ post.content }}

on {{ post.date }}

{% endfor %} {% endblock %}