Files
account_store/templates/pages/p_main.html
2023-07-10 13:32:54 +03:00

16 lines
310 B
HTML

<!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>