fenom/docs/ru/tags/autoescape.md
2014-08-01 12:12:19 +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