{# This page represents the base template that all others will extend from. #}
{# It will contain a universal navigation bar, script tags, footers, and other things needed on every page. #}
{% load static %}
{% block title %}RateMyCourse{% endblock %}
{# All of a page's content to display should be placed in here. #}