summaryrefslogtreecommitdiffstats
path: root/templates/pages/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/index.html')
-rw-r--r--templates/pages/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/pages/index.html b/templates/pages/index.html
new file mode 100644
index 0000000..18988f9
--- /dev/null
+++ b/templates/pages/index.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+{% include page %}
+{% endblock %}