{# 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. #} {% block title %}RateMyCourse{% endblock %}

RateMyCourse

{# All of a page's content to display should be placed in here. #}
{% block content %} {% endblock %}