Skip to content

Commit 2efba15

Browse files
authored
Merge pull request #393 from sumocoders/add-sitehtmlstartofbody
Add sitehtmlstartofbody to custom template
2 parents e7f7d9a + 8084e62 commit 2efba15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Frontend/Themes/Bootstrap/src/Layout/Templates/Base.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
{% endblock %}
9393
</head>
9494
<body class="{{ FRONTEND_LANGUAGE }}" itemscope itemtype="http://schema.org/WebPage">
95+
{# Site wide HTML just after body tag #}
96+
{{ siteHTMLStartOfBody|raw }}
97+
9598
<div id="root">
9699
{% import 'Core/Layout/Templates/Alerts.html.twig' as alerts %}
97100

0 commit comments

Comments
 (0)