Files
account_store/templates/pages/profile/p_login.html

16 lines
309 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 'forms/f_login.html' %}
{% include 'blocks/b_footer.html' %}
</div>
</body>
</html>