This commit is contained in:
2024-11-18 20:07:15 +03:00
parent fb458edca2
commit 189a96de30
3 changed files with 108 additions and 107 deletions

View File

@@ -0,0 +1,15 @@
{% include 'components/header.html' %}
<link rel="stylesheet" href="/static/css/products.css">
<body class="products-page">
{% include 'components/nav.html' %}
<main>
[[products/body]]
</main>
{% include 'components/footer.html' %}
{% include 'components/login.html' %}
{% include 'components/signup.html' %}
</body>
</html>