{% extends "blog/base.html" %} {% block content %} {% if postlist %} {% for post in postlist %}
{{ post.subject }}
{% autoescape off %} {{ post.body|linebreaksbr }} {% endautoescape %}
{% endfor %} {% else %} Yeah I know, I'm boring. {% endif %} {% endblock %}