{% extends 'ecom/homebase.html' %} {% load static %} {% block content %}



My Cart
{% for p in products %} {% if p %} {%else%}


no products

{% endif %} {% endfor %}
Name Image Price Description Action
{{p.name}} Profile Pic $ {{p.price}} {{p.description}}








{% endblock content %}