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

RTC control panel

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