{% extends "layout.html" %} {% block body %} {% for item in data -%}
Block {{item.id}}:

{{item.hash}}

{%- endfor %} {% if nextamount %}

Show more

{% endif %} {% endblock %}