{% extends "layouts/home.html" %} {% load static %} {% block main %}
Home {{product.category.name}} {{product.name}}
{% for img in product.imgs %}
img-product
{% endfor %}
{{product.name}}
{{currency}} {{product.price}}
{% csrf_token %}
Quantity
- +
  • Description
{{product.description | safe}}

Guarantee Safe
Checkout

People Also Bought
{% for product in related %}
{% include "components/shared/product_card.html" %}
{% endfor %}
{% endblock main %}