% if homepage_overlay_html:
${homepage_overlay_html}
% else:
% if self.stanford_theme_enabled():
${_("Free courses from {university_name}").format(university_name="Stanford")}
% else:
${_("The Future of Online Education")}
% endif
${_("For anyone, anywhere, anytime")}
% endif
## Disable social buttons for non-edX sites
% if not self.theme_enabled():
% endif
% if self.stanford_theme_enabled():
% elif show_homepage_promo_videos:
% endif