go-macaron/pongo2

Does not work with bindata

lordnynex opened this issue · 1 comments

Unable to start the application when bindata is in use.

It looks like it's reading all files in the in the tree and trying to read them incorrectly somehow.

This same code/options works if I use macaron.Renderer

2016/03/27 23:29:39 "templates/test": [Error (where: fromfile) in templates/test.tmpl] open templates/test.tmpl: no such file or directory

Yes, Pongo2 v3 does not allow in-memory file system.