render('OpenScrumInfoBundle:' . $this->get('session')->getLocale() . ':index.html.twig', array()); } public function infopageAction($page) { return $this->render('OpenScrumInfoBundle:' . $this->get('session')->getLocale() . ':' . $page . '.html.twig', array()); } }