summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
new file mode 100644
index 0000000..97c5b23
--- /dev/null
+++ b/static/website/templates/index.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load static %}
+ {% block content %}
+
+ {% include 'home.html' %}
+ {% endblock %}