view('home.index', [ 'title' => 'Campus', 'message' => 'Willkommen', ]); } public function about(): void { $this->view('home.about', [ 'title' => 'Über uns', ]); } }