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

17 lines
250 B
Markdown

Tag {capture}
=============
```smarty
{capture $var}
This content will be captured into variable $var
{/capture}
```
```smarty
{capture|stip_tags $var}
This content will be captured into variable $var and all tags will be stripped
{/capture}
```