20 lines
543 B
HTML

<!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}
{include:include/_static_js_headers.htm}
{add_headers}
</head>
<body class="bg-light">
<div>
{body}
</div>
</body>
</html>