{% if not included %} {% extends 'index.html' %} {% block title %} Display {% endblock title %} {% endif %} {% block head %} {% endblock head %} {% set included = True %} {% block content %}
{% include "toolbar.html" %}
{% endblock content %} {% block footer %} {% endblock footer %}