Listing 10.1. Przekazywanie danych do widoków konfigurowanych adnotacją @Template()
/**
 * @Route("/lorem.html")
 * @Template()
 */
public function ipsumAction()
{
    return array('name' => 'Janek');
}