Usage
in js
var template = ;// => returns the template function compiled with ejs templating engine.// And then use it somewhere in your code// Pass object with data
in webpack
module:
HTMLMinifier, Options Quick Reference
Child Templates
<!-- Child Templates --><!-- path is relative to where webpack is being run --><!-- global variable --><%- var title = "This is really amazing" -%><%- include templates/header -%>