fenom/docs/ru/tags/autoescape.md

15 lines
451 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Тег {autoescape}
================
Задает индивидуальное значение параметра `auto_escape` на фрагмент шаблона:
```smarty
{autoescape true}
...
Text: {$text} {* значение переменной $text будет заэкранированно *}
...
{/autoescape}
```
Так же смотите тег [{raw}](./raw.md) и параметр тега [:raw](../configuration.md)