## mako <%! main_css = "style-main-v2" %> <%page expression_filter="h"/> <%! from openedx.core.djangolib.markup import HTML %> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%block name="bodyclass">${tab['body_class']} <%def name="online_help_token()"><% return "${tab['online_help_token']}" %> <%block name="pagetitle">${tab['name']} | ${course.display_number_with_default} <%include file="/courseware/course_navigation.html" args="active_page=active_page" /> <%block name="head_extra"> ${HTML(fragment.head_html())} <%block name="footer_extra"> <%include file="/mathjax_include.html" args="disable_fast_preview=True"/> ${HTML(fragment.foot_html())} <%block name="content"> ${HTML(fragment.body_html())}