%! from django.core.urlresolvers import reverse %> <%! from time import strftime %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> The Future of Online Education For anyone, anywhere, anytime Sign Up Stay up to date with all edX has to offer! Explore courses from edX universities MITx HarvardX BerkeleyX %for course in universities['MITx']: <%include file="course.html" args="course=course" /> %endfor %for course in universities['HarvardX']: <%include file="course.html" args="course=course" /> %endfor %for course in universities['BerkeleyX']: <%include file="course.html" args="course=course" /> %endfor edX News & Announcements Read More → %for entry in entries: %if entry.image: %endif ${entry.title} ${strftime("%m/%d/%y", entry.published_parsed)} %endfor edX in the News: ##The edX Press Release New York Times, Boston Globe, Huffington Post, GigaOM, MIT News, IEEE Spectrum
${strftime("%m/%d/%y", entry.published_parsed)}