Content

The Content template part renders the contents of the current interaction node.

Syntax

<% Content %>

Example

<body>
    <!-- Body content -->
    <% Content %>
    <!-- Body content -->
</body>

Last updated

Was this helpful?