{# This page is an abstract page which every other page in the site extends from. #}
{% load static %}
{% block page_title %}
RateMyCourse
{% endblock %}
{# Navigation bar at the top of the page. #}
{% block content %}
{# Fill in this block in child pages to display content for the page. #}
{% endblock %}
{# Javascript dependencies #}
{# Custom scripts #}
{% block extra_js %}
{# Use this block if you want to include custom js for a certain page. #}
{% endblock %}