ifnot
Shorthand for .if {.condition::not}.
Return
Parameters
condition
whether the content should not be evaluated. If none, it is treated as false, so the content will be evaluated
body
- Likely a body argument
content to evaluate if condition is not verified. Accepts 0 parameters.