{% if not included %}
{% extends 'index.html' %}
{% block title %}
Init panel
{% endblock title %}
{% endif %}
{% set included = True %}
{% block head %}
{% endblock head %}
{% block content %}
Telescope status
Telescope offsets
Dome
Camera
{% include "webcam.html" %}
{% endblock content %}