Handlebar html support
timur-han opened this issue · 2 comments
timur-han commented
Hi,
When I try to render a file with the suffix .html a server internal error is returned and whenever I try it with .hbs suffix, it works.
Is there a way to configure this?
Regards,
Timur
pmlopes commented
Currently the only way to do this is to override the engine class, I will change its constructor to allow specifying the extension
timur-han commented
thank you!