{{define "authorization"}}
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/assets/css/message.css">
    <link rel="stylesheet" href="/assets/css/authorization.css">
    <title>Document</title>
</head>

<body>
    <div class="form">
        <input type="text" id="LogIn" placeholder="Логин">
        <input type="password" id="Password" placeholder="Пароль">
        <button>Авторизация</button>
    </div>
    <a href="/">Назад</a>

    <script src="/assets/js/message.js"></script>
    <script src="/assets/js/query.js"></script>
    <script src="/assets/js/authorization.js"></script>
</body>

</html>
{{end}}