20 lines
557 B
PHP

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>{auto_title}</title>
<meta name="keywords" content="{meta_keywords}">
<meta name="description" content="{meta_description}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{_SITE_ROOT_}">
<link rel="icon" href="favicon.ico">
{include:include/_static_css_headers.htm}
{add_headers}
</head>
<body class="bg-light">
<main class="container h-100">
{body}
</main>
{include:include/_static_js_headers.htm}
</body>
</html>