The StartupScripts template part will render JavaScript code blocks, called startup scripts that are mandatory to make the WEM runtime function correctly.
This part is typically placed at the end of <body>, just like in the example below.
Syntax
<% StartupScripts %>
Example
<body>
<!-- Body content -->
<% StartupScripts %>
</body>