{% if not included %} {% extends 'index.html' %} {% endif %} {% set included = True %} {% block content%} {% for d in data %}
{% if show_controls %} {{loop.index}} {% endif %} {{d.template}}
{% for k,v in d.params.items() %}
{% endfor %} {% if show_controls %} {% endif %}
{% endfor %} {% endblock content %}