I tried to find the solution of my question "What is template engine for Javascript ?", but i wasn't able to find an simple answer. Can anyone tell me the answer of this question?
Thanks in advance
I tried to find the solution of my question "What is template engine for Javascript ?", but i wasn't able to find an simple answer. Can anyone tell me the answer of this question?
Thanks in advance
"engine" is a stupid word for it. it's just a way to write HTML from javascript, with some "brains" so it could be written like HTML but you could mix it up with javascript logic and do loops and checks and whatever..inject dynamic javascript content..you get the point.
Plenty on this on this website - How to use underscore.js as a template engine?