-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Allow a template to be partially rendered by ignoring (or showing the errors in the result) when the code in the template fails.
The reason of those failures could be a non-existing variable (undefined), incorrect code inserted into the template (like external functions) or incorrect code in the template.
This mode should be optional and by default it is turned off.
Reactions are currently unavailable