{% extends "blogit/base.html" %} {% block body %}

Tags:

{% for object in object_list %} {{ object.name }}
{% endfor %} {% endblock %}