The StartupScripts template part renders JavaScript code blocks, known as startup scripts, that are essential for the WEM runtime to function correctly.
This part is typically placed at the end of the <body>, as shown in the example below.
Syntax
<% StartupScripts %>
Example
<body>
<!-- Body content -->
<% StartupScripts %>
</body>