fenom/docs/tags/autoescape.md
bzick c4610a7778 Update to 1.1
Read CHANGELOG.md#1.1.0
2013-07-22 18:03:43 +04:00

272 B

Tag {autoescape}

Force enable or disable auto_escape option for block area:

{autoescape true}
    ...
    Text: {$text} {* value of the variable $text will be escaped *}
    ...
{/autoescape}

Also see {raw} tag and :raw tag option