Hello,

Is there an alternative to render that simply returns the HTML as a string instead of sending it to an HTTPServerResponse?

Or alternatively, is there a way to recursively render a diet template in the middle of rendering another so as to nest the resulting HTML in the obvious way? In effect a call of render leads to a recursive call of render --- I tried this and did not get the expected result.