Files
edx-platform/common/templates/xmodule_shim.html
Calen Pennington 07a15c681f Reapply the XBlock RequireJS -> Webpack changes
This reverts commit 105db2cf59, reversing
changes made to 447457594f.
2018-06-27 22:27:07 -04:00

10 lines
198 B
HTML

<%!
from openedx.core.djangolib.markup import HTML
%>
<%page expression_filter="h"/>
<%namespace name='static' file='static_content.html'/>
<%static:webpack entry="XModuleShim"/>
${HTML(content)}