vendor/shopware/storefront/Resources/views/storefront/component/product/card/box.html.twig line 1

Open in your IDE?
  1. {% block component_product_box_include %}
  2.     {# Includes a custom product-box template defined by the layout variable.
  3.        The standard template is used if no custom layout is set. #}
  4.     {% if layout is empty %}
  5.         {% set layout = 'standard' %}
  6.     {% endif %}
  7.     {% sw_include "@Storefront/storefront/component/product/card/box-" ~ layout ~ ".html.twig" ignore missing %}
  8. {% endblock %}