This is what I want but probably can\'t have:
Using node.js and express and maybe ejs, I would like to, while writing a regular HTML file in my client dir, server-side-i
Keep it simple, use templatesjs
this can be done easily using templatesjs
html file[index.html] :
<%title%> <%include header.html%> ........ <%include footer.html%>