ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.32k stars 382 forks source link

invoke _compileTemplate with additional third arg #167

Open kayomarz opened 8 years ago

kayomarz commented 8 years ago

If the _compileTemplate() hook is invoked with an additional arg - filePath of the template, it means it knows the file extensions of that template. This helped me to use markdown along with express-handlebars engine in a clean way. This might be useful, in general for integrating with other markup/template technologies.

More explanation in the README of the master branch: https://github.com/kayomarz/express-handlebars.