Add custom_body_start & custom_body_end blocks in default page template

This commit is contained in:
Benjamin Renard 2024-01-23 11:00:45 +01:00
parent f688009723
commit e34682de4b
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -28,6 +28,8 @@
<body {block name="body-attrs"}class="d-flex flex-column h-100"{/block}>
{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}
</body>
</html>
{*