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
Hi, today I had weird issue, I have registered templates, then seen 1 error in console about one of the templates, but application didn't fail, it worked but didn't load more templates.
1.html
2.html
3.html // Lets say this template is broken, 4 wont be loaded, but the app will behave like it's ok
4.html
When you say the template is "broken" what exactly breaks the template?? I am trying to find an answer to my issue with the templates and cant find resources on this issue.... I wish the templating was a bit different but if I could get it working I think it would be ok.
Hi, today I had weird issue, I have registered templates, then seen 1 error in console about one of the templates, but application didn't fail, it worked but didn't load more templates.
How to reproduce?
now create package names
templates
and put some html files, then in one of these files put{{ ItDoesNotExists }}
then create .go file with code below:
The text was updated successfully, but these errors were encountered: