isGranted('ROLE_ADMIN')) { return $this->redirectToRoute('chill_main_admin_central', [], 302); } return $this->render('ChillMainBundle::layout.html.twig'); } public function indexWithoutLocaleAction() { return $this->redirect($this->generateUrl('chill_main_homepage')); } public function testAction() { return $this->render('ChillMainBundle:Test:index.html.twig', []); } }