%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="headextra">
<%static:css group='course'/>
%block>
<%block name="js_extra">
## codemirror
## alternate codemirror
##
##
##
<%static:js group='courseware'/>
<%include file="mathjax_include.html" />
%block>
<%include file="course_navigation.html" args="active_page='courseware'" />
${content}
% if course_errors is not UNDEFINED:
Course errors
% for (msg, err) in course_errors:
- ${msg}
% endfor
% endif