%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
Explore courses from universities around the world.
## I'm removing this for now since we aren't using it for the fall.
<%include file="course_filter.html" />
%for course in courses:
<%include file="course.html" args="course=course" />
%endfor