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