npm install --save ejs pug express-handlebars
<p><%= name %></p>
Use normal HTML and plain JavaScript in your templates
p #{name}
Use minimal HTML and custom template language
<p>({ name })</p>
Use nrmal HTML and custom template language