{% if not included %} {% extends 'index.html' %} {% block title %} OB editor {% endblock title %} {% 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 %}
{% endblock content %} {% block footer %} {% endblock footer %} {% block stream %} {% endblock stream %}