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

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?