<!DOCTYPE html> <html lang="en"> <head> <title><?= $title ?></title> <meta charset="utf-8" /> <meta http-equiv="cache-control" content="no-store" /> <meta http-equiv="Content-Security-Policy" content="script-src 'self'" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" /> <link rel="stylesheet" href="<?= $urlGenerator->asset_url('css.php/g/base/debug') ?>" /> <script src="<?= $urlGenerator->asset_url('js.php/g/base') ?>"></script> </head> <body class="<?= $escape->attr($url_type) ?> list"> <header> <?php include 'main-menu.php' ?> <?php if(isset($message) && is_array($message)): extract($message); include 'message.php'; endif ?> </header>