{% load static %}
{% block extra_styling %}{% endblock %}
{% block left_nav %}{% include "web/components/left-nav.html" %}{% endblock %}
{% block content_header %}{% include "web/components/content-header.html" with content_header="Instructor Dashboard" %}{% endblock %}
{% block modules %} {% include "web/modules/course-overview.html" %} {% include "web/modules/assignment-overview.html" %} {% endblock %}
{% block extra_scripts %}{% endblock %}