diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 1af6ee8a14..014001593d 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -96,6 +96,7 @@ source, template_path = Loader(engine).load_template_source(path) try: return Template(""" {% load render_bundle from webpack_loader %} + {% render_bundle "commons" %} {% render_bundle entry %}