From e34682de4b983bf7ec48ed3ce415d0b0adc124fb Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 23 Jan 2024 11:00:45 +0100 Subject: [PATCH] Add custom_body_start & custom_body_end blocks in default page template --- templates/empty.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/empty.tpl b/templates/empty.tpl index 629a538..6706bc9 100644 --- a/templates/empty.tpl +++ b/templates/empty.tpl @@ -28,6 +28,8 @@ +{block name="custom_body_start"}{/block} + {block name="body"} {block name="navbar"} @@ -142,6 +144,9 @@ {/foreach} {if $webstats_js_code}{$webstats_js_code}{/if} + +{block name="custom_body_end"}{/block} + {*