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