{% extends "base.html" %} {% block content %} {% for post in object_list %}
{{ post.body|safe|linebreaks}}