aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index bb5a86c..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-{%- block content -%}
-
-{% if section.content %} {{ section.content | safe }}{% endif %}
-
-{%- endblock content -%}