Awee

Boolean

Compare values and return true or false. Combine with conditionals to branch template output.

Boolean

ModifierDescription
eqEq returns true if the value equals the given parameter.
gtGt returns true if the numeric value is greater than the threshold.
gteGte returns true if the numeric value is greater than or equal to the threshold.
notNot inverts the truthiness of the value.

How is this guide?

On this page