filter_to_boolean (zotonic_mod_base v1.0.0-rc.17)
Convert the input to a boolean value.
Example:
{{ "123"|to_boolean }}Results in the boolean value true.
This filter uses the z_convert:to_bool/1 function.
See also
Convert the input to a boolean value.
Example:
{{ "123"|to_boolean }}Results in the boolean value true.
This filter uses the z_convert:to_bool/1 function.
See also