fenom/docs/en/mods/in.md

192 B

Modifier in

The modifier is implementation of in operator (performs containment test).

{if $number|in:[1, 3, 42]}
...
{/if}