Does anyone know about an extensible implementation of a django template in javascript. I do not need all the advanced features, but loops, tags and filters will be nice.
I found several projects / hacks that simply implement the variable style, but this is not enough for us.
Closest: http://code.google.com/p/jtl-javascript-template/ , but it's not very well written / fully / supported.
source share