We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f7d9a + 8084e62 commit 2efba15Copy full SHA for 2efba15
src/Frontend/Themes/Bootstrap/src/Layout/Templates/Base.html.twig
@@ -92,6 +92,9 @@
92
{% endblock %}
93
</head>
94
<body class="{{ FRONTEND_LANGUAGE }}" itemscope itemtype="http://schema.org/WebPage">
95
+{# Site wide HTML just after body tag #}
96
+{{ siteHTMLStartOfBody|raw }}
97
+
98
<div id="root">
99
{% import 'Core/Layout/Templates/Alerts.html.twig' as alerts %}
100
0 commit comments