mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
11 lines
192 B
Markdown
11 lines
192 B
Markdown
Modifier in
|
|
===========
|
|
|
|
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
|
|
|
|
```smarty
|
|
{if $number|in:[1, 3, 42]}
|
|
...
|
|
{/if}
|
|
```
|