Search code examples
node.jsexpresshandlebars.js

how can I include file through node.js to .handlebar file


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


Solution

  • 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