## mako <%! main_css = "style-main-v2" %> <%page expression_filter="h"/> <%inherit file="/main.html" /> <%namespace name='static' file='static_content.html'/> <%! from openedx.core.djangolib.markup import HTML %> <% header_file = None %> <%block name="head_extra"> ${HTML(fragment.head_html())} <%block name="footer_extra"> ${HTML(fragment.foot_html())}
${HTML(fragment.body_html())}