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

Welcome to pyX2Cscope qr_code_2
{% include 'welcome_content.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 %}