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 ----- 1 file changed, 5 deletions(-) delete mode 100644 main/templates/main.html.j2 (limited to 'main/templates/main.html.j2') 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 %} -- cgit v1.3