Yet another JavaScript template
July 13, 2009
There are many JavaScript templating solutions, yet I couldn't find one that suited my needs. Well, json-template came pretty close, but the JavaScript source code was hard to read and extend, so I decided to implement a simplified version for use in Nitro. There are some minor differences but the spirit is the same.
Some days ago I decided to extract the template into a separate Narwhal package:
http://github.com/gmosx/template/tree/master
You can now use the Template without requiring the whole Nitro stack.