ericf / express-handlebars

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

Partials decided layout #159

Open EthianWong opened 8 years ago

EthianWong commented 8 years ago

If i define layout_1.hbs and layout_2.hbs then in partials.hbs i want ot controller use layout_1.hbs or layout_2.hbs. How to achieve?

EthianWong commented 8 years ago

like http://handlebarsjs.com/partials.html#partial-block {{> @partial-block }}

EthianWong commented 8 years ago

or Dynamic Partials?

lucasBertola commented 8 years ago

+1

shotsyjr commented 8 years ago

+1

ramonfritsch commented 7 years ago

+1

gregorym commented 7 years ago

+1

icetee commented 7 years ago

No supported :(