feat: index and product detail view

This commit is contained in:
2024-11-21 19:51:12 +01:00
parent 2c7e51d602
commit 8783404570
13 changed files with 369 additions and 7 deletions
+2
View File
@@ -13,8 +13,10 @@
{% endblock %}
</head>
<body>
<main>
{% block main %}
{% endblock %}
</main>
</body>
</html>