Hi, I've been rummaging around in the documentation but this has eluded me.I've got a url mapping to an ajax call. The intention is to return a lump of html that's injected into the page client side.
So ideally, my ajax call should return a string which is the product of a kid template with some variable insertions.
Question is, how do I manually call kid to generate a string given a kid template and a variable dictionary?
Cheers, Justin.

