{% extends 'teachingassistant/base.html' %} {% block title %}QuickSched: Dashboard{% endblock %} {% load static %} {% block content %} {% include 'teachingassistant/sidebar.html' %} {% include 'teachingassistant/dash_content.html' %} {% endblock %}