Files
edx-platform/common/templates/xmodule_shim.html
2018-06-13 10:00:13 -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)}