summaryrefslogtreecommitdiff
path: root/main/templates/main.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'main/templates/main.html.j2')
-rw-r--r--main/templates/main.html.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/main/templates/main.html.j2 b/main/templates/main.html.j2
deleted file mode 100644
index 6eb6f91..0000000
--- a/main/templates/main.html.j2
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "base.html.j2" %}
-{% block page_title %}{{ main.main_name }}{% endblock %}
-{% block og_page_title %}{{ main.main_name }}{% endblock %}
-{% block body %}{{ super() }}
-<p>Hello world.</p>{% endblock %}