Closed arunlalkp closed 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.
Thank you :)
How can I work with different layouts in hbs and I can't find any result in official documentation