Expression
Syntax
Example
<body>
<!-- Body content -->
<p>
Your personal random number is: <% Expression Random(0, 9) %>
</p>
<!-- Body content -->
</body>Last updated
Was this helpful?
The expression template part can be used to render the output of a WEM expression.
<% Expression expression %>
<body>
<!-- Body content -->
<p>
Your personal random number is: <% Expression Random(0, 9) %>
</p>
<!-- Body content -->
</body>Last updated
Was this helpful?
Was this helpful?