On Windows, when Heist templates are in directories like templates\a\b.tpl, I got a response
No handler accepted "/a/b"
Snap.Snaplet.HeistNoClass.serveURI creates \-joined paths (on Windows) using getSafePath.
It seems these paths are not matched with template paths.
Should serveURI return /-joined paths?
(I run the snapframwork with Windows 10, LTS Haskell 11.10, snap-1.1.0.0, snap-core-1.0.3.2 and heist-1.0.1.2.)