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