Apologies for the newbie question...
I am trying to embed a few lines of simple javascript in on page, but it clearly isn't working. I'm sure there is just something basic I'm missing the documentation suggests that there is an elaborate solution, which I'm struggling to follow with my current understanding of Grav.
The code structured like this ("site.com" in the example is a url external to the Grav site I'm building:
<script type="text/javascript">app_id="APP_ID_HASH";</script>
<script type="text/javascript" src="https://SITE.COM/FILE.js"></script>
<div id="SOME_ID">Loading...</div>
If there is just something conceptual about Grav I don't understand, please feel free to point me in the right direction. Or if there is a model to follow that would be great too.
Thanks!