{% extends "blogit/base.html" %} {% block content %} {% for post in post_list %}

{{ post.title }}

{{ post.description }}

{% endfor %} {% if is_paginated %} {% endif %} {% endblock %}