$contact = ['1' => 'q', '2' => 'w'];
return $this->render('view', ['page' => $page, 'contact' => $contact]);
DocumentRoot "/domains/example.com/public_html/web"
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php