0.0.1 upd

This commit is contained in:
2023-06-22 16:27:36 +03:00
parent 2e4d72156c
commit 27dd698d88
8 changed files with 275 additions and 9 deletions

View File

@@ -3,8 +3,14 @@
<head>
<meta charset="UTF-8">
<title>Title</title>
{% include 'inter/meta.html' %}
</head>
<body>
<div class="wrapper">
{% include 'blocks/b_header.html' %}
{% include 'blocks/b_content.html' %}
{% include 'blocks/b_footer.html' %}
</div>
</body>
</html>