custom/plugins/TomRockets/src/Resources/views/storefront/page/checkout/cart/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/page/checkout/cart/index.html.twig" %}
  2. {% block page_checkout_cart_header %}
  3.     <h1 class="cart-main-header page-main-title">
  4.         {{ "checkout.cartHeader"|trans|sw_sanitize }}
  5.     </h1>
  6. {% endblock %}