From 32021aacb4213de765130914b06c66b587170d91 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 6 May 2026 19:28:03 +0200 Subject: renamed main base template --- main/templates/main.html.j2 | 5 ----- main/templates/main_base.html.j2 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 main/templates/main.html.j2 create mode 100644 main/templates/main_base.html.j2 (limited to 'main') 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() }} -

Hello world.

{% endblock %} 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() }} +

Hello world.

{% endblock %} -- cgit v1.3