<!DOCTYPE html>
<html lang="ru">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
		<title>{{ title }}</title>
		<link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
		<link rel="stylesheet" href="/src/styles/main.scss">
	</head>
	<body>
		{% include "../components/header.twig" %}
		
		{% include "../components/nav.twig" %}

		{{ block('main') }}

		<script type="module" src="/src/scripts/main.ts"></script>
	</body>
</html>
