How do I run script bellow the script import lines?

How do I run script bellow the script import lines ?

So this seems to be always placed at bottom:

image

But this needs to run bellow it, else I get error:

image

But I cannot find any way in Bootstrap studio to place it there.

Thanks

(Edit: Manually adding the script import up top works… I do not know if it is correct way to go at it though)

You can add it in a javascript file or add it in the template js file
like this
In the bold-and-dark.js

initParallax();
hljs.highlightAll();
2 Likes