{% extends "page.html" %} {% block title %}{{super()}}| {{title}} {% endblock %} {% block content %} {% for post in pages %}
{% if microblog_post in template_vars %} {% include template_vars['microblog_post'] %} {% else %}
{{ post.content }}

on {{ post.date }}

{% endif %} {% endfor %} {% endblock %}