For example if I've template like this: "{{ Hello }} {{ World" The parser would return an error. Is there a way to parse the above string and ignore errors?
For example if I've template like this:
"{{ Hello }} {{ World"
The parser would return an error.
Is there a way to parse the above string and ignore errors?