Listing 9.7. Zmodyfikowana metoda indexAction()
/**
 * @Route("/")
 * @Template()
 */
public function indexAction()
{
    return array();
}