<%inherit file="main.html" /> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML %>
% if homepage_overlay_html: ${homepage_overlay_html} % else:

${_(HTML("Free courses from {university_name}")).format(university_name="Stanford")}

${_("For anyone, anywhere, anytime")}

% endif
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'): % endif
% if show_homepage_promo_video:
% endif
<%include file="${courses_list}" />
<%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