|
<html>
|
|
<head>
|
|
<title><?=App::getConfig('title')?></title>
|
|
</head>
|
|
<body>
|
|
<h1><?=App::getConfig('title')?></h1>
|
|
<hr/>
|
|
<a href="/">Главная</a> |
|
|
<a href="/index/points/">Точки</a>
|
|
<hr/>
|
|
<?= isset($content) && !empty($content) ? $content : 'No content =(' ?>
|
|
</body>
|
|
</html>
|