addCssFile('contacts.css'); } public function index() { $contacts = $this->contactManager->getContacts(); return $this->render('contacts') ->with(compact('contacts')); } }