fenom/docs/tags/ignore.md
bzick d4d7b7d07b Improve cycle
Update docs
2013-03-15 00:57:28 +04:00

15 lines
423 B
Markdown
Raw 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.

Tag {ignore} [RU]
=================
Тег {ignore} позволяет отключить парсер на фрагмент шаблона, таким образом все фигурные скобки в блоке будут проигнорированы.
```smarty
{ignore}
var data = {"time": obj.ts};
{/ignore}
```
You may ignore delimiters without tag `{ignore}`
```smarty
var data = { "time": obj.ts };
```