@b[]
^if(!$Navigation.current){
^404[]
}{
^make_page[]
}
@404[]
$response:status(404)
Ошибка
Страница не найдена
@make_page[]
^if($Navigation.handler){
^use[/_mod/${Navigation.handler.module}.p]
^mod_code[]
}{
$text[^table::sql{select text from unicms_site_pages where id = $Navigation.current.id}]
^taint[as-is][$text.text]
}