Template Fragment
Syntax
<% TemplateFragment
identifier
%>
The identifier must be surrounded by double quotes.
Example
<body>
<!-- Body content -->
<% TemplateFragment "Header Contents" %>
<!-- Body content -->
<% TemplateFragment "Footer Contents" %>
<!-- Body content -->
</body>
Last updated
Was this helpful?