nodejs html template
npm install xhtml-template
javascript const template = require('xhtml-template'); var str1=template(path,{content:""}); var str2=template.format(path,{content:""}); var buffer=template.buffer(path,{content:""});