I\'m using express.js and EJS as template engine. I don\'t understand how to use partials, I have seen at the examples but the author used
Its an old thread, but here is how you do it in the newer version of EJS.
<% include part1 %>
given part1.ejs contains the html you wish to include.
part1.ejs