fenom/docs/mods/in.md
2014-01-29 10:01:31 +02:00

10 lines
153 B
Markdown

Modifier in
===========
The modifier is implementation of `in` operator (performs containment test).
```smarty
{if $number|in:[1, 3, 42]}
...
{/if}
```