I would like to render different views in different context in my Symfony2 project. I\'m using multiple routes for the same actions and I would like to render a different pa
You can add "@templating" service as argument for the controller.pre_execute_listener.