mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
8 lines
77 B
Markdown
8 lines
77 B
Markdown
Modifier |in
|
|
============
|
|
|
|
```smarty
|
|
{if $number|in:[1, 3, 55]}
|
|
...
|
|
{/if}
|
|
``` |