{% extends "shared/_layout.html" %} {% block content %}

My Shopping Basket

{% if items %}
{% else %}

You have no items in your shopping basket

{% endif %} {% endblock %}