v1/web/themes/custom/martis/templates/commerce/cart/commerce-cart-empty-page.ht...

13 lines
158 B
Twig

{#
/**
* @file
*
* Empty cart page template.
*
* @ingroup themeable
*/
#}
<div class="cart-empty-page">
{{ 'Your shopping cart is empty.'|t }}
</div>