{% for item in [1, 2, 3] %}
  {% block item_block %}{{ item }}{% endblock %}
{% endfor %}