%namespace name='static' file='static_content.html'/>
<%block name="title">%block> |
% if context_course:
<% ctx_loc = context_course.location %>
${context_course.display_name_with_default} |
% endif
edX Studio
<%static:css group='base-style'/>
<%include file="widgets/segment-io.html" />
<%block name="header_extras">%block>
<%include file="courseware_vendor_js.html"/>
<%static:js group='main'/>
<%static:js group='module-js'/>
<%include file="widgets/header.html" />
<%block name="content">%block>
% if user.is_authenticated():
<%include file="widgets/sock.html" />
% endif
<%include file="widgets/footer.html" />
<%include file="widgets/tender.html" />
<%block name="jsextra">%block>
<%include file="widgets/qualaroo.html" />