{% extends 'base.html' %} {% load static %} {% block content %}
For You

Added new products

See All
{% if products.count > 0 %}
{% else %}

No Product Available

{% endif %}
{% endblock %} {% block style %} {% endblock %}