render('index', [ 'title' => '页面标题', 'shared_data' => [ 'app_name' => 'My App', 'current_year' => date('Y') ], // 其他页面特定变量... ]); } }