www_ourworld_tf/templates/items/single.html
2023-08-17 16:32:27 +03:00

15 lines
267 B
HTML

{% 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 %}