- ⌂ Flow Control
- Directives
#PLAINTEXT
Disables variable and directive processing placed inside the block. The text in the block is output as-is.
#PLAINTEXT blocks can not be nested.
Prototype
#PLAINTEXT ... #ENDPLAINTEXT
Example
#/ Output: cTemplate code as-is without processing
#PLAINTEXT
#ASSIGN($A,3)
$A is a variable.
#ENDPLAINTEXT