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

on {{ post.date }}

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