fenom/docs/tags/ignore.md
Ivan Shalganov 0659d27878 Fix tests
Add docs
2013-02-08 14:23:10 +04:00

10 lines
317 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}
============
Тег {ignore} позволяет отключить парсер на фрагмент шаблона, таким образом все фигурные скобки в блоке будут проигнорированы.
```smarty
{ignore}
var data = {"time": obj.ts};
{ignore}
```