The goal is to be able to present json data as html/ui, and do the rendering both on the server or client side. Most of the time the server app will generate the html when the page first loads, but when a list gets updated via user interaction with javascript, I don't want to have custom javascript duplicating the rendering that happens in my python templates. I have been looking at JSON-template (http://bit.ly/aO27UM) but would love to know if anyone has any recs. Also looked at Google Closure templates, but they are implemented in server side java, not python. Anyone have any good solutions they recommend?
This might be worth looking into:<p><a href="http://beebole.com/pure/" rel="nofollow">http://beebole.com/pure/</a><p>I haven't used it in production, but I've found it interesting nonetheless.