{% extends "base.tmpl" %} {% block content %}
Subscriptions
Feeds
Planet
Contact
{% for post in posts %}
Posted by {%if post.blogurl%}{{post.author}}{%else%}{{post.author}}{%endif%} on {{post.datetime}}
{{post.contents|safe}}
{% endfor %}
{% endblock %}