Hello I Have inside {root_dir}/src/veo/SomeBundle/Controller/SomeController.php
return $this->render('index.html.twig', array(
"article" => $articles
));
As default symfony includes {root_dir}/templates/ How can I override this to {root_dir}/src/veo/SomeBundle/Resource/views/