+
+
+ <%block name="pageheader">${page_header or _("About")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/blog.html b/tutorindigo/templates/indigo/lms/templates/static_templates/blog.html
new file mode 100644
index 000000000..21f04ccd5
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/blog.html
@@ -0,0 +1,21 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Blog")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Blog")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html b/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html
new file mode 100644
index 000000000..680008d46
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html
@@ -0,0 +1,21 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Contact Us")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Contact Us")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/donate.html b/tutorindigo/templates/indigo/lms/templates/static_templates/donate.html
new file mode 100644
index 000000000..9ea2c38fc
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/donate.html
@@ -0,0 +1,21 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Donate")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Donate")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/help.html b/tutorindigo/templates/indigo/lms/templates/static_templates/help.html
new file mode 100644
index 000000000..e65e6529c
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/help.html
@@ -0,0 +1,21 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Help")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Help")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/privacy.html b/tutorindigo/templates/indigo/lms/templates/static_templates/privacy.html
new file mode 100644
index 000000000..d180d5032
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/privacy.html
@@ -0,0 +1,23 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+
+
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Privacy Policy")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Privacy Policy")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/tos.html b/tutorindigo/templates/indigo/lms/templates/static_templates/tos.html
new file mode 100644
index 000000000..ded8948d6
--- /dev/null
+++ b/tutorindigo/templates/indigo/lms/templates/static_templates/tos.html
@@ -0,0 +1,21 @@
+<%namespace name='static' file='../static_content.html'/>
+<%page expression_filter="h"/>
+<%! from django.utils.translation import gettext as _ %>
+<%inherit file="../main.html" />
+
+<%block name="pagetitle">${_("Terms of Service")}%block>
+
+
+
+
+ <%block name="pageheader">${page_header or _("Terms of Service")}%block>
+
+
+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}%block>
+
+
+
+
+
+
+