{% extends "base.html" %} {% load url from future %} {% block title %} Share College Course Notes {% endblock %} {% block pagestyle %} {% endblock %} {% block pagescripts %} {% endblock %} {% block content %} Access a growing database of {{ note_count }} college lecture notes Sort by: Date #Notes Popularity Upload Course Name Institution Instructor {% for course in object_list %} {% include 'courses/course_list_entry.html' %} {% endfor %} add a course {% include 'partial/add_course.html' %} {% endblock %} {% block bodyscripts %} {% endblock bodyscripts %}