Boolean
Compare values and return true or false. Combine with conditionals to branch template output.
| Modifier | Description |
|---|
eq | Eq returns true if the value equals the given parameter. |
gt | Gt returns true if the numeric value is greater than the threshold. |
gte | Gte returns true if the numeric value is greater than or equal to the threshold. |
not | Not inverts the truthiness of the value. |
How is this guide?