nohtml
Prevents HTML tags from being rendered in templates
Example
[%nohtml%]
<p><b>Look ma! HTML!</b></p>
[%/nohtml%]
Displays:
<p><b>Look ma! HTML!</b></p>
Usage
Wrap this function around any content to escape the HTML tags.