noparse

Syntax

[#noparse]
body
[/#noparse]

where:

Description

The noparse directive is useful in case the text to output can be confused with text template directives or expressions. This directive causes the contained text to be skipped by the parser and output directly.

Examples

The following code:

[#noparse]
${class.name} [#trim]
[/#noparse]

will result in:

${class.name} [#trim]