{% extends 'base.html' %} {% load static %} {% block content %}
{% if not cart_items %}

Your Shopping Cart is Empty


{% else %}
{% endif %}
{% endblock %}