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

RTC control panel

{% include "rtc_plots.html" %} {% include "rtc_controls.html" %}
{% endblock content %}