Reputation: 67
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".
Upvotes: 3
Views: 615
Reputation: 7112
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
Upvotes: 2