render('vue/index.html.twig', [ 'controller_name' => 'VueController', 'data' => [ 'user' => [ 'username' => 'Charles', 'age' => 31 ] ] ]); } }