<!DOCTYPE html>
<html lang="en">
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        {% include "partials/safari_reload.njk" %}

        
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
        <link rel="stylesheet" href="/css/tonstyle.css"/>
        <link rel="stylesheet" href="https://unpkg.com/unpoly@0.61.0/dist/unpoly.min.css" integrity="sha384-Au6LjS9fxDpwn3+26YmukmOumZUmryd8ONenkVIoH4eEPH1tACqLsVfqz9tBrvQy" crossorigin="anonymous"/>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
        <link rel="stylesheet" type="text/css" href="/css/dark.css">
        <link href="/css/all.css" rel="stylesheet"/>

        <title>Document</title>
    </head>
    <body>
        {% block nav %}
            {% include "components/menu_admin.njk" %}
        {% endblock %}

        {% block body %}{% endblock %}
        {% block footer_scripts %}
            {% include "partials/footer_scripts.njk" %}
        {% endblock %}
    </body>
</html>