<%! from django.core.urlresolvers import reverse %> <%! from time import strftime %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/>
% if self.stanford_theme_enabled():

Free courses from Stanford

% else:

The Future of Online Education

% endif

For anyone, anywhere, anytime

## Disable social buttons for non-edX sites % if not self.theme_enabled():
% endif
## Disable university partner logos and sites for non-edX sites % if not self.theme_enabled():

Explore free courses from edX universities

  1. MITx
  2. HarvardX
  3. BerkeleyX
  4. UTx
  5. McGillX
  6. ANUx

  1. WellesleyX
  2. GeorgetownX
  3. University of TorontoX
  4. EPFLx
  5. DelftX
  6. RiceX
% endif
    %for course in courses:
  • <%include file="course.html" args="course=course" />
  • %endfor
## Disable press and marketing for non-edX sites % if not self.theme_enabled():

edX News & Announcements

edX MEDIA KIT
%for entry in news:
%if entry.image: %endif
${entry.title} %if entry.summary:

${entry.summary}

%endif
%endfor
% endif
<%block name="js_extra"> % if show_signup_immediately is not UNDEFINED: ## NOTE: This won't work in production, because anonymous views are cached, so it will ## show either with or without this extra js for 3 minutes at a time. % endif