Common Scripts

The CommonScripts template part will render the WEM runtime JavaScript libraries. This template part is commonly placed in the <head> segment of the website.

Syntax

<% CommonScripts %>

Example

<head>
    <title>Title of the application</title>
    <!-- Head content -->
    <% CommonScripts %>
    <!-- Head content -->
</head>

Last updated

Was this helpful?