Super simple JS templates with String.prototype.tmpl using Ruby/coffeeScript syntax — Gist
via gist.github.com So I wanted to create a super small string interpolator for JavaScript. I really didn't need a full on JS template library. Just a simple helper method that would let me pass an object to a string. You can write a string with "a #{placeholder...
