I\'m getting to a stage where I need to build up HTML client side based on JSON responses from the server. Bugger doing this manually.
I\'m already using jQuery on the a
There's also Distal http://code.google.com/p/distal for inline templating.
I've been using jTemplates by many years and really like how its simple yet powerful. Unfortunatelly, it isn't updated anymore and I think its deprecated too.
You may checkout micro templating from John Resig.
Boris Moore, the same guy who created jQuery Templates is currently working on a project which is pretty much like jQuery-templates-in-steroids. He explains it here.
In short, if jQuery Templates is the best engine around, you can give jsViews and jsRender a try.
Here's another presentation that summarizes it all very nicely.