<!DOCTYPE html>
<html class="page" lang="ru">
<head>
  <meta charset="utf-8">
  <title>
    {{ title or page.fileSlug }}
  </title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="{{ 'radar.css' | asset(settings, page) }}">
  <link rel="shortcut icon" href="{{ 'favicon.ico' | asset(settings, page) }}" type="image/x-icon">
</head>
<body class="page__body">
  {{ content | safe }}
</body>
</html>
