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