{% extends "shop/base.html" %} {% block title %}Ecommerce Home Page{% endblock %} {% load bootstrap4 %} {% block content %}
{{ product.description }}
{{ item.review}}
By : {{ item.user.username}}