From 426f312bfea41d06280e15614d64480710a3fdf0 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 6 May 2026 21:30:21 +0200 Subject: wallpaper on root domain --- main/templates/main_base.html.j2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main/templates') diff --git a/main/templates/main_base.html.j2 b/main/templates/main_base.html.j2 index 6eb6f91..6bac9c3 100644 --- a/main/templates/main_base.html.j2 +++ b/main/templates/main_base.html.j2 @@ -1,5 +1,10 @@ {% 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 %} +{% block head_extra %}{{ super() }} + {% endblock %} +{% block body %} +{{ super() }} +{% endblock %} -- cgit v1.3