Can I add another file to a .hbs file? for example, to "index.hbs" I want to add "footer.hbs". Something like php "include footer.php".
Asked
Active
Viewed 411 times
1 Answers
2
Take a look at Handlebars partials
A pretty detailed answer and tutorial can be found here on this topic: Node.js + Express + Handlebars.js + partial views

Alexandru Olaru
- 6,842
- 6
- 27
- 53