<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="bodyclass">courseware <%block name="title">Courseware – MITx 6.002x <%block name="headextra"> <%static:css group='course'/> <%block name="js_extra"> ## codemirror ## alternate codemirror ## ## ## <%static:js group='courseware'/> <%include file="mathjax_include.html" /> <%include file="course_navigation.html" args="active_page='courseware'" />
close
${content} % if course_errors is not UNDEFINED:

Course errors

    % for (msg, err) in course_errors:
  • ${msg}
    • ${err}
  • % endfor
% endif