Search
Items tagged with: Javascrtpt
So in my script Here I use templates
I made my own very basic template system with just a few .replace for variables.
It's nice, it work fine. But I can easily see situation where some kind of if statement or loop would be useful.
But I don't think re-inventing the wheel and creating my own programming language is a good idea.
So is there some nice easy to use template system for Javascript?
I have found something called "mustache". Is it any good?