%! from django.utils.translation import ugettext as _ %>
<%namespace name='static' file='static_content.html'/>
## "edX" should not be translated
<%block name="title">edX%block>
<%static:css group='application'/>
<%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"/>