summaryrefslogtreecommitdiffstats
path: root/theme/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
new file mode 100644
index 0000000..e397ee7
--- /dev/null
+++ b/theme/templates/index.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block overhead %}{% endblock %}
+
+{% block path %}{% endblock %}
+
+{% block pagetitle %}{% endblock %}
+
+{% block content %}
+Main Content Goes Here
+{% endblock %}