templates/public/product/product_card-base.html.twig line 1

Open in your IDE?
  1. {% if productList.platform == 'FINLAND' %}
  2.     {% include 'public/product/product_card-finnish.html.twig' %}
  3. {% else %}
  4.     {% set classes = '' %}
  5.     {% set attributes = [] %}
  6.     {% include 'public/product/product_card-default.html.twig' %}
  7. {% endif %}