-
+
diff --git a/tutorindigo/templates/indigo/lms/templates/courseware/course_about.html b/tutorindigo/templates/indigo/lms/templates/courseware/course_about.html
index 4d533078b..f231ec2a0 100644
--- a/tutorindigo/templates/indigo/lms/templates/courseware/course_about.html
+++ b/tutorindigo/templates/indigo/lms/templates/courseware/course_about.html
@@ -153,6 +153,7 @@
+ Course Summary
<%block name="course_about_important_dates">
-
diff --git a/tutorindigo/templates/indigo/lms/templates/courseware/courses.html b/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
index 272509046..f743ac198 100644
--- a/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
+++ b/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
@@ -96,10 +96,6 @@
${_('Refine Your Search')}
%endfor
-
-
-
-
diff --git a/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore b/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
index 9aa395c09..1ea831b29 100644
--- a/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
+++ b/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
@@ -1,7 +1,7 @@
-
+
diff --git a/tutorindigo/templates/indigo/lms/templates/header/user_dropdown.html b/tutorindigo/templates/indigo/lms/templates/header/user_dropdown.html
index fa9085fbe..9181b19ff 100644
--- a/tutorindigo/templates/indigo/lms/templates/header/user_dropdown.html
+++ b/tutorindigo/templates/indigo/lms/templates/header/user_dropdown.html
@@ -30,7 +30,7 @@
-
+ ${displayname}
% if not enterprise_customer_portal:
diff --git a/tutorindigo/templates/indigo/lms/templates/index.html b/tutorindigo/templates/indigo/lms/templates/index.html
new file mode 100644
index 000000000..2e47b7e13
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/index.html
@@ -0,0 +1,79 @@
+<%page expression_filter="h"/>
+<%inherit file="main.html" />
+<%namespace name='static' file='static_content.html'/>
+<%!
+from django.utils.translation import gettext as _
+from django.urls import reverse
+
+from openedx.core.djangolib.markup import HTML, Text
+%>
+
+
+
+
+
+
+
+ % if homepage_overlay_html:
+ ${homepage_overlay_html | n, decode.utf8}
+ % else:
+ <%include file="index_overlay.html" />
+ % endif
+
+ % if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
+
+
+
+ % endif
+
+
+
+ <%include file="index_promo_video.html" />
+
+
+
+ <%include file="${courses_list}" />
+
+
+
+
+% if show_homepage_promo_video:
+
+
+
+
+
+% endif
+
+<%block name="js_extra">
+
+%block>
+
+% if show_signup_immediately is not UNDEFINED:
+ ## NOTE: This won't work in production, because anonymous views are cached, so it will
+ ## show either with or without this extra js for 3 minutes at a time.
+
+% endif
+
-
-
-
-
diff --git a/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore b/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
index 9aa395c09..1ea831b29 100644
--- a/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
+++ b/tutorindigo/templates/indigo/lms/templates/discovery/course_card.underscore
@@ -1,7 +1,7 @@
Course Summary
<%block name="course_about_important_dates">-
diff --git a/tutorindigo/templates/indigo/lms/templates/courseware/courses.html b/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
index 272509046..f743ac198 100644
--- a/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
+++ b/tutorindigo/templates/indigo/lms/templates/courseware/courses.html
@@ -96,10 +96,6 @@
${_('Refine Your Search')}
%endfor
-
+
-
+ ${displayname}
% if not enterprise_customer_portal:
diff --git a/tutorindigo/templates/indigo/lms/templates/index.html b/tutorindigo/templates/indigo/lms/templates/index.html
new file mode 100644
index 000000000..2e47b7e13
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/index.html
@@ -0,0 +1,79 @@
+<%page expression_filter="h"/>
+<%inherit file="main.html" />
+<%namespace name='static' file='static_content.html'/>
+<%!
+from django.utils.translation import gettext as _
+from django.urls import reverse
+
+from openedx.core.djangolib.markup import HTML, Text
+%>
+
+
+
+
+
+ <%include file="${courses_list}" />
+
+
+
+
+% if show_homepage_promo_video:
+
+
+% endif
+
+<%block name="js_extra">
+
+%block>
+
+% if show_signup_immediately is not UNDEFINED:
+ ## NOTE: This won't work in production, because anonymous views are cached, so it will
+ ## show either with or without this extra js for 3 minutes at a time.
+
+% endif
+
+
+
+
+
+ <%include file="index_promo_video.html" />
+
+ % if homepage_overlay_html:
+ ${homepage_overlay_html | n, decode.utf8}
+ % else:
+ <%include file="index_overlay.html" />
+ % endif
+
+ % if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
+
+
+
+ % endif
+
+
+
+
+