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

Ob sequencer

{% endblock content %} {% block footer %} {% endblock footer %}