{% load static %} {% block title %}E - S H O P{% endblock title %}
{% if user.id is None %}

Welcome Guest!

{% else %}

Welcome {{user.first_name | capfirst}}!

{% endif %}
{{quantityyy}} items : ${{totalll}}
{% for x in cart_itemsss %}
{% endfor %}
total = ${{totalll}}

{% if '/cart/' not in request.path %} Go To Cart {% endif %}

{% block content %} {% endblock content %}