Ignore Container

The <Ignore> container can be used on any template. Anything contained within an ignore container will not be output. This is useful to include comments in your templates.

<Ignore>
This is a comment, it won't be printed.
</Ignore>