title = 'hello world!'; $cities = [ 'Moscow', 'St. Petersburg', 'New York' // potential xss ]; echo $skin->renderPage('main/index', name: "John", show_cities: true, cities: $cities);