'Hallo Welt!'], ); } #[Route(method: 'GET', path: '/datenschutz')] public function datenschutz(string $test = 'hallo'): ActionResult { return new ActionResult( ResultType::Html, 'impressum', ['title' => 'Datenschutz!'], ); } }