templates/front/product/shortDescription.html.twig line 1

Open in your IDE?
  1. <div class="product__shortDescripton">
  2.     {{ product.translate(lang).shortDescription|raw }}
  3.     {{ gtag('view_item', [{'quantity': 1, 'entity': product}]) }}
  4. </div>