+ % if section_title:
+${static.get_page_title_breadcrumbs(section_title, course_name())}
+ % else:
+${static.get_page_title_breadcrumbs(course_name())}
+ %endif
+%block>
+
+<%block name="header_extras">
+% for template_name in ["image-modal"]:
+
+% endfor
+<%
+ header_file = None
+%>
+%block>
+
+<%block name="headextra">
+<%static:css group='style-course-vendor'/>
+<%static:css group='style-course'/>
+## Utility: Notes
+% if edx_notes_enabled:
+<%static:css group='style-student-notes'/>
+% endif
+
+
+
+
+
+ ${HTML(fragment.head_html())}
+
+% if is_learning_mfe:
+ ## If this chromeless view is in an iframe in the learning microfrontend app
+ ## then add a base tag in the head (of the iframe document) to force links
+ ## in this iframe to navigate the parent window.
+
+%endif
+
+## Expose the $$course_id variable for course-team-authored JS.
+## We assign it in the so that it will definitely be
+## assigned before any in-XBlock JS is run.
+
+
+%block>
+
+<%block name="js_extra">
+
+
+
+ <%static:js group='courseware'/>
+
+ % if enable_mathjax:
+ <%include file="/mathjax_include.html" args="disable_fast_preview=True"/>
+ % endif
+ % if staff_access:
+ <%include file="xqa_interface.html"/>
+ % endif
+
+${HTML(fragment.foot_html())}
+
+%block>
+
+
+
+
+ ${HTML(fragment.body_html())}
+
+
+
+% if not is_learning_mfe:
+
+ % if course.show_calculator or edx_notes_enabled:
+
+ % endif
+% else:
+ % if edx_notes_enabled:
+ <%include file="/edxnotes/toggle_notes.html" args="course=course"/>
+ % endif
+% endif
+
+% if is_learning_mfe:
+
+<%text>
+
+%text>
+% endif
+