summaryrefslogtreecommitdiff
path: root/main/templates/main.html.j2
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-06 19:28:03 +0200
committerBotond Hende <contact@wazul.moe>2026-05-06 19:28:03 +0200
commit32021aacb4213de765130914b06c66b587170d91 (patch)
tree218912cecbb21de271c61caa4d9411801a9a037f /main/templates/main.html.j2
parentd657930e858fe4e412920024470e1f432ce54059 (diff)
renamed main base template
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 %}