{% extends "master.html" %} {% block body %}

blog

{% for entry in entries %}

{{ entry.title }}

{{ entry.updated }}
{{ entry.text|safe }}
{% else %} Sorry, I still haven't gotten around to moving my blog posts over! {% endfor %}
{% endblock %}