For the complete documentation index, see llms.txt. This page is also available as Markdown.

Common Scripts

The CommonScripts template part renders the WEM runtime JavaScript libraries. This template part is typically placed in the <head> section of the website.

Syntax

<% CommonScripts %>

Example

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

Last updated

Was this helpful?