## mako <%page expression_filter="h"/> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%block name="headextra"> <%block name="js_extra"> <%include file="about_site.html" />

Lorem ipsum dolor sit amet, ad mea dictas audiam, nec id graecis explicari hasnain

% if show_homepage_promo_video: Watch video % endif
<%include file="${courses_list}" />
% if show_homepage_promo_video: % endif % 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