Closed cherifGsoul closed 5 years ago
This replaces #678 PR
This adds warning when a closing magic tag is missed for example the following triggers a warning: {{# let foo="bar"}} {{foo}}
{{# let foo="bar"}} {{foo}}
The warning is added to done function
Fixes #675
This adds warning when a closing magic tag is missed for example the following triggers a warning:
{{# let foo="bar"}} {{foo}}
The changes:
The warning is added to done function
Fixes #675