|
Comments |
Syntax:
<#comment name="name"/>
or
<#comment name="name">...<#/comment name="name">
Comments are not processed and are thrown away. Comments exclude part of template they wrap from processing. Comments can be nested.
For example:
<#comment name="MyComment" value="This is my comment"/>
<#comment name="MyComment">
This is my comment
<#/comment name="MyComment">
See also: