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

Support partial-blocks #155

Open Regaddi opened 8 years ago

Regaddi commented 8 years ago

It would be great, if you supported Partial blocks, as described here:

http://handlebarsjs.com/partials.html#partial-block

shotsyjr commented 8 years ago

+1

romellem commented 5 years ago

These are supported, I think support came in v3.0.0 when it updated its Handlebars dep to v4.0.0, which is the version that brought in partial blocks.