withHeader('X-Frame-Options', '*'); $station = $request->getStation(); if (!$station->getEnablePublicPage()) { throw new StationNotFoundException(); } return $request->getView()->renderToResponse( $response, 'frontend/public/schedule', [ 'embed' => $embed, 'station' => $station, 'station_tz' => $station->getTimezone(), ] ); } }