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