3

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".

Styx25
  • 67
  • 4

1 Answers1

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