pmlopes/yoke

Handlebar html support

timur-han opened this issue · 2 comments

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

Currently the only way to do this is to override the engine class, I will change its constructor to allow specifying the extension

thank you!