0.0.9 add login block

This commit is contained in:
2023-07-10 13:32:54 +03:00
parent 6dcb6c8a9e
commit 08dfbc352a
2 changed files with 19 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<body>
<div class="wrapper">
{% include 'blocks/b_header.html' %}
{% include 'blocks/b_content.html' %}
{% include 'blocks/b_login.html' %}
{% include 'blocks/b_footer.html' %}
</div>