<%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> ## "edX" should not be translated <%block name="title">edX <%static:css group='style-vendor'/> <%static:css group='style-app'/> <%static:css group='style-app-extend1'/> <%static:css group='style-app-extend2'/> <%static:js group='main_vendor'/> <%block name="headextra"/> ${self.body()} <%block name="bodyextra"/> <%static:js group='application'/> <%static:js group='module-js'/> <%block name="js_extra"/>