Courseware – MITx 6.002x%block>
<%block name="headextra">
## codemirror
## alternate codemirror
##
##
##
## image input: for clicking on images (see imageinput.html)
## 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='courseware'/>
% endif
% if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']:
% for jsfn in [ '/static/%s' % x.replace('.coffee','.js') for x in settings.PIPELINE_JS['courseware']['source_filenames'] ]:
% endfor
% endif
<%include file="mathjax_include.html" />
%block>
<%block name="js_extra">
%block>
<%include file="course_navigation.html" args="active_page='courseware'" />