templates/web/customer/shopping_cart/empty.twig line 1

Open in your IDE?
  1. {##
  2.  # Empty shopping cart
  3.  #}
  4. <div id="cart">
  5.   {{ widget_list('cart.empty') }}
  6. </div>