ctrl+k
Enter a search term above to see results...
Enter a search term above to see results...
Templates support common control structures like if
, elseif
and else
to handle branching paths in your template.
For a full list of comparators view the dedicated section on comparison helpers
You can use exists
and isEmpty
to handle value existence. Values are checked against the isEmpty
utility.
You can use is
not
, isExactly
and isNotExactly
helpers to compare values
Exactly helpers use
===
comparison whileis
andnot
use==
You can use greaterThan
, lessThan
, greaterThanEquals
, lessThanEquals
to compare numeric values