default_if_undefined
Provide an alternative value in case a value is undefined.
For example:
{{ value|default_if_undefined:1 }}
Same as default_if_none.
This filter is built-in in the template compiler and inlined when compiling templates.
See also