profile routines
This commit is contained in:
SDE
2023-07-11 12:40:33 +03:00
parent 08dfbc352a
commit 2a2a47e2a7
14 changed files with 82 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<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_login.html' %}
{% include 'blocks/b_footer.html' %}
</div>
</body>
</html>