mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add 'in' modifier
This commit is contained in:
8
docs/mods/in.md
Normal file
8
docs/mods/in.md
Normal file
@ -0,0 +1,8 @@
|
||||
Modifier |in
|
||||
============
|
||||
|
||||
```smarty
|
||||
{if $number|in:[1, 3, 55]}
|
||||
...
|
||||
{/if}
|
||||
```
|
Reference in New Issue
Block a user