modules/XC/CrispWhiteSkin/templates/web/customer/product/details/parts/common.product-title.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details title main block
  3.  #}
  4. <h1 class="fn title">
  5.   {{ widget_list('product_list.product_name.before', product=this.get('product')) }}
  6.   {{ this.get('product').name }}
  7.   {{ widget_list('product_list.product_name.after', product=this.get('product')) }}
  8. </h1>