%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="title">
Courses%block>
Explore free courses from leading universities.
## 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