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

{{name}}

{% with show_controls=True %} {% include "defaults.html" %} {% endwith %} {% include "defaults-list.html" %}
{% endblock content %}