{% extends 'base.html' %} {% block content %}
Setup
{% include 'setup.html' %}

{% include 'scripting.html' %}
Dashboard open_in_new qr_code_2 {% include 'dashboard_toolbar.html' %}
{% include 'dashboard_view.html' %}
{% include 'watch_view.html' %}
{% include 'scope_view.html' %}

{% endblock content %} {% block scripts %} {% endblock scripts %}