<%namespace name='static' file='static_content.html'/> <%block name="title">edX % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:css group='application'/> % endif % if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: % endif ## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page ## and in the wiki % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:js group='application'/> % endif % if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: % for jsfn in [ '/static/%s' % x.replace('.coffee','.js') for x in settings.PIPELINE_JS['application']['source_filenames'] ]: % endfor % endif ## codemirror ## alternate codemirror ## ## ## ## image input: for clicking on images (see imageinput.html) ## <%block name="headextra"/> <%include file="mathjax_include.html" /> <%include file="navigation.html" />
${self.body()}
<%block name="bodyextra"/> <%include file="footer.html" /> <%block name="js_extra"/>