custom/plugins/TonurGreetingCard/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_table_items %}
  3.     {{ parent() }}
  4.     {% sw_include '@TonurGreetingCard/storefront/page/checkout/tonur-greeting-card-add-to-cart.html.twig' %}
  5. {% endblock %}