render('index/index.html.twig', [ 'controller_name' => 'IndexController', ]); } /** * @Route( * "/proxy/{type}/{name}", * ) public function proxyCategory(): Response { return null; } */ }