Files
surikov/mirzaev/surikovlib/system/views/core.html
Arsen Mirzaev Tatyano-Muradovich 30fd8f0ec3 супер попа (обновление)
2022-04-16 17:30:06 +10:00

35 lines
513 B
HTML

<!doctype html>
<html lang="ru">
<head>
{% include 'head.html' %}
<link href="/css/main.css" rel="stylesheet">
<title>
{% block title %}
Библиотека Сурикова
{% endblock %}
</title>
</head>
<body>
{% include 'header.html' %}
<aside>
{% include 'sidebar.html' %}
</aside><!----><main>
{% block main %}
{% include 'calculators/index.html' %}
{% endblock %}
</main>
{% include 'footer.html' %}
</body>
{% include 'js.html' %}
</body>
</html>