ericf / express-handlebars

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

How could I work with handlebars-layouts #129

Closed yola-0316 closed 9 years ago

yola-0316 commented 9 years ago

express-handlebars don't have registerHelpers method。

yola-0316 commented 9 years ago

https://github.com/shannonmoeller/handlebars-layouts

ericf commented 9 years ago

Handlebars is accessible via the handlebars prop: https://github.com/ericf/express-handlebars#handlebarsrequirehandlebars

Kostanos commented 5 years ago

The same issue as #242