Инициализация
This commit is contained in:
34
mirzaev/surikovlib/system/views/core.html
Normal file
34
mirzaev/surikovlib/system/views/core.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!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>
|
Reference in New Issue
Block a user