{% extends 'base.html' %} {% block content %} {% for post in object_list %}

{{ post.title }}

{{ post.body }}

{% endfor %} {% endblock content %}