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
I was confused why mustache was looking for templates in my_module_name/my_class.mustache until I read the source and saw that the code is using underscore internally. The documentation could have saved me some time by explaining this behavior.