<?php use sJo\Libraries as Lib; use sJo\View\Helper\Style; ?> <!DOCTYPE html> <html lang="<?php echo Lib\I18n::country(); ?> "> <head> <meta charset="<?php echo SJO_CHARSET; ?> "> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <base href="<?php echo SJO_BASEHREF; ?> " /> <title>404 | <?php Lib\I18n::_e('Page Not Found!'); ?> </title> <meta name="description" content="404 | Page Not Found!"> <?php if (Style::hasRegistry()) { ?> <?php Style::applyRegistry();