I have a symfony controller returning this:
return $this->render(\'MyBundle:Default:index.html.twig\', array(\'menu\' => $menu));
m