{% load static %} List page {% if user.is_authenticated %}

Welcome {{ user.username }}

{% else %} login
{% endif %}

our Products




{% comment %} {% for p in pro %}
product_img
{{p.title}}

{{p.description}}

${{p.price}}

subscribe with esewa
{% endfor %} {% endcomment %} {% comment %} here we use forloop for the iteration {% endcomment %}
{% for p in object_list %}
{% comment %} -10% {% endcomment %}
{% comment %} Groceries {% endcomment %}
{{p.title}}
Nrs {{p.price}}
{% comment %} pay with esewa {% endcomment %} Add to Cart


{% endfor %}