{% extends 'base.html' %} {% block content %}

Setup
{% include 'setup.html' %}

{% include 'watch_view.html' %}
{% include 'scope_view.html' %}
{% endblock content %} {% block scripts %} {% endblock scripts %}