{% extends 'store/index.html' %} {% load static %} {% block content %}
{{ product.name }} {% for image in product.images.all %}
{{ product.name }}
{% endfor %}

{{ product.name }}

{{ product.category }}

${{ product.price }}

{{ product.name }}


Brand: {{ product_details.brand }}

Size: {{ product_details.size }}

Color: {{ product_details.color }}

Description: {{ product_details.description }}

Features: {{ product_details.features }}

Specifications: {{ product_details.specifications }}

Shipping options: {{ product_details.shippingOptions }}

{% endblock content %}