diff --git a/lms/templates/mktg_iframe.html b/lms/templates/mktg_iframe.html
new file mode 100644
index 0000000000..9b4d298937
--- /dev/null
+++ b/lms/templates/mktg_iframe.html
@@ -0,0 +1,37 @@
+<%namespace name='static' file='static_content.html'/>
+
+
+
+ <%block name="title">edX%block>
+
+
+
+ <%static:css group='application'/>
+
+ <%static:js group='main_vendor'/>
+ <%block name="headextra"/>
+
+
+
+
+
+
+
+ % if not course:
+ <%include file="google_analytics.html" />
+ % endif
+
+
+
+
+
+ ${self.body()}
+ <%static:js group='application'/>
+ <%static:js group='module-js'/>
+ <%block name="js_extra"/>
+
+