{% extends '../../base.html' %} {% load static %} {% block title %}Cart{% endblock title %} {% block content %}

Cart

{% if not cart_items %} {% else %}

{% endif %} {% endblock content %}