{% extends 'base/base.html' %} {% block body %}
{% for item in items %} {% include 'blog/item.html' %} {% endfor %}
{% endblock body %}