%page expression_filter="h"/>
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<%!
from django.utils.translation import gettext as _
from django.urls import reverse
from openedx.core.djangolib.markup import HTML, Text
%>
% if homepage_overlay_html:
${homepage_overlay_html | n, decode.utf8}
% else:
<%include file="index_overlay.html" />
% endif
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
% endif
<%include file="index_promo_video.html" />
{% if BRANDING_INDEX_ADDITIONAL_HTML is defined %}
{{ BRANDING_INDEX_ADDITIONAL_HTML }}
{% endif %}
<%include file="${courses_list}" />
% if show_homepage_promo_video:
% endif
<%block name="js_extra">
%block>
% 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