summaryrefslogtreecommitdiff
path: root/main/templates/main_base.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_base.html.j2
parentd657930e858fe4e412920024470e1f432ce54059 (diff)
renamed main base template
Diffstat (limited to 'main/templates/main_base.html.j2')
-rw-r--r--main/templates/main_base.html.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/main/templates/main_base.html.j2 b/main/templates/main_base.html.j2
new file mode 100644
index 0000000..6eb6f91
--- /dev/null
+++ b/main/templates/main_base.html.j2
@@ -0,0 +1,5 @@
+{% 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 %}