This commit is contained in:
2023-08-17 16:32:27 +03:00
parent 643afff8f5
commit c481652e14
69 changed files with 737 additions and 1445 deletions

View File

@@ -0,0 +1,14 @@
{% extends "index.html" %}
{% block content %}
<main class="pt-16">
<div class="flex flex-col md:flex-row">
{% include "partials/productPosts.html" %}
{% include "partials/productSidebar.html" %}
</div>
</main>
{% endblock content %}