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

Expression

The expression template part can be used to render the output of a WEM expression.

Syntax

<% Expression expression %>

Example

<body>
    <!-- Body content -->
    <p>
        Your personal random number is: <% Expression Random(0, 9) %>
    </p>
    <!-- Body content -->
</body>

Last updated

Was this helpful?