Logic Filters
-
default
- used to provide a default string when the variable evaluates to
False. -
default_if_none
- outputs
defaultif and only if the value isNone. -
length_is
- returns
Trueif the length of the value isn. -
yesno
- maps
True,False, andNoneto mapped values.
