Open
Description
Having to check every variable on whether it exists or not before using it makes Jet templates kind of verbose. Also, front end developers are used to invalid expressions simply returning an empty string (e. g. when using Handlebars) instead of aborting the whole template rendering process.
I was wondering if it would be feasible to disable the default behavior (abort template rendering) when an invalid expression is encountered.
To demonstrate, I've created a PR here: #109
Metadata
Metadata
Assignees
Labels
No labels