%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<%block name="bodyclass">courseware%block>
<%block name="title">
Courseware – MITx 6.002x%block>
<%block name="js_extra">
## 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
<%static:js group='courseware'/>
<%static:css group='course'/>
<%include file="mathjax_include.html" />
%block>
<%include file="course_navigation.html" args="active_page='courseware'" />