wycats / handlebars-site

56 stars 66 forks source link

Different Layouts #206

Closed arunlalkp closed 5 years ago

arunlalkp commented 5 years ago

How can I work with different layouts in hbs and I can't find any result in official documentation

nknapp commented 5 years ago

If you are using express-hbs or another layout-engine that uses handlebars, those typically have their own way of creating layouts.

If you are using plain Handlebars, you can use partial-blocks to achieve the same goal.

arunlalkp commented 5 years ago

Thank you :)