Make sure you don’t have a space after the colon.
This is correct:
{{ title|default:"nothing" }}
This throws an exception:
{{ title|default: "nothing" }}
Make sure you don’t have a space after the colon.
This is correct:
{{ title|default:"nothing" }}
This throws an exception:
{{ title|default: "nothing" }}