getUrl() !== '/admin/') { http_response_code(404); $this->tpl = 'async'; } return true; } public function getTemplate(): string { return $this->tpl; } }