Add custom_body_start & custom_body_end blocks in default page template
This commit is contained in:
parent
f688009723
commit
e34682de4b
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
{*
|
||||
|
|
Loading…
Reference in a new issue