<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %>
% if homepage_overlay_html: ${homepage_overlay_html} % else: ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.

${_("Welcome to Open edX!")}

## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.

${_("It works! This is the default homepage for this Open edX instance.")}

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