{% extends 'tinyblog/base.html' %} {% block contents %}
{% for post in object_list %} {% include 'tinyblog/_post_preview.html' %} {% endfor %}
{% endblock %}