diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-06 19:28:03 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-06 19:28:03 +0200 |
| commit | 32021aacb4213de765130914b06c66b587170d91 (patch) | |
| tree | 218912cecbb21de271c61caa4d9411801a9a037f /main/templates/main.html.j2 | |
| parent | d657930e858fe4e412920024470e1f432ce54059 (diff) | |
renamed main base template
Diffstat (limited to 'main/templates/main.html.j2')
| -rw-r--r-- | main/templates/main.html.j2 | 5 |
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 %} |
