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
Using Pongo2 v6 on Windows and using embed.FS as the argument for NewFSLoader "unable to resolve template" error thrown. This is due to using Windows path seperator (i.e. "\\") instead of Unix (i.e. "/") in pongo2.template_loader.Get().
Using Pongo2 v6 on Windows and using
embed.FSas the argument forNewFSLoader"unable to resolve template" error thrown. This is due to using Windows path seperator (i.e."\\") instead of Unix (i.e."/") inpongo2.template_loader.Get().