Hi,
I have a few templates whose output is very long and I think the render() method captures all the output in a string before finally outputting it, which consumes a lot of memory.
Is there any way to get the template engine to print the output as it is generated?
Thanks,
Jason