{% if title %}
{{title}} - Microblog
{% else %}
Welcome to Microblog
{% endif %}
Meowingfulday, isn't it, {{user.username}}
{% for post in posts %}
{{post.author.username}} says:
{{post.body}}
{% endfor %}