ez.no / exponential / documentation / reference / template operators / logic / not
$input_value|not()
True if input value is false.
This operator simply returns true if the input value is false. Otherwise the operator returns nothing.
Example 1
{false()|not}
returns true (1).
Example 2
{true()|not}
returns nothing.
Comments