From aa895cbc6b669ae6a5072c00610c9fd4eb62dc93 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 30 Apr 2013 13:13:31 -0400 Subject: [PATCH] Adding mktg_iframe.html --- lms/templates/mktg_iframe.html | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 lms/templates/mktg_iframe.html 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 + + + + <%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"/> + +