bodyStartCode
The bodyStartCode tag allows you to set some code to display before the opening <body> tag.
{% bodyStartCode %}
<script>
const stuff = 'Some code here';
</script>
{% endBodyStartode %}
This code will only be output by using the following tag in your templates.
{{ _page.bodyStartCode() }}