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
It most likely thinks <template> element has started and then it searches for </template> to close it. We should probably remove this special handling of templates, since dothtml parsed does not handle it differently either.
The text was updated successfully, but these errors were encountered:
It most likely thinks
<template>
element has started and then it searches for</template>
to close it. We should probably remove this special handling of templates, since dothtml parsed does not handle it differently either.The text was updated successfully, but these errors were encountered: