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