Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 309 Bytes

File metadata and controls

15 lines (11 loc) · 309 Bytes

raw

Prevents variable escaping when auto-escaping is activated.

Basic usage

{$myVar|raw}

Alternatively, the nofilter tag flag disables auto-escaping, as well as any variable filter, for the whole tag:

{$myVar nofilter}