fenom/docs/mods/in.md
2013-02-23 17:37:04 +04:00

8 lines
77 B
Markdown

Modifier |in
============
```smarty
{if $number|in:[1, 3, 55]}
...
{/if}
```