Instead of doing this rendering of each slide in my TWIG like this (see line 6):
{# loop out the slides #} {% for c in contents %} {% set i=i+1 %} {# increas
You can get content form rendered object like this:
$this->render('BizTVArchiveBundle:ContentTemplate:Some.html.twig', array())->getContent();