{% if error %}

Something's wrong, please try again later.

{% elsif cart.items.length == 0 %}

Your cart is empty

Explore Products
{% else %}
View Cart Checkout
{% endif %}