You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Described problem happens only when template is parameters less and @() missed at the beginning of template. Not sure about validness of template itself when such opening is missed through.
Consider following excerpt from template:
<a href="mailto:sloth.spot@@gmail.com">
In such case template compiler produces following error:
"not found: value gmail"
which is false positive in this case.
The text was updated successfully, but these errors were encountered: