Template Twig Render get string

Hi,

is there a way to get the html created by “view->render” instead of directly output it in “response”?

thanks in adanvce

Edit: got it!

Just use “getBody” to get the string created.