{% if not included %} {% extends 'index.html' %} {% endif %} {% set included = True %} {% block content %}

{{data.name}}

{% for d in data.content %}
{% if not hide_template_controls %} {{loop.index}} {% endif %} {{d.template}} {% for k,v in d.params.items() %}
{% endfor %}
{% endfor %}
{% include "ob_controls.html" %} {% endblock content %}