%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="title">
Courses%block>
% if self.stanford_theme_enabled():
})
% else:
})
% endif
% if self.stanford_theme_enabled():
Explore free courses from Stanford University.
% else:
Explore free courses from leading universities.
% endif
## 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