Unable to find Twig template using render method in Symfony 2
问题 I am experiencing an issue trying to reference a particular Twig template. I am using the render method that is part of the SF2 main controller, but I clearly not referencing/using it correctly. This is my directory/file structure: /src /AyrshireMinis /CommonBundle /Controller DefaultController.php /Entity Link.php /Resources /views /Default links.html.twig and this is the method called by the router in DefaultContoller.php : /** * @Route("/links", name="ayrshireminis_links") * @Template() */