templates/web/customer/product/details/parts/common.product-description.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details attributes block
  3.  #
  4.  # @ListChild (list="product.details.page.tab.description", weight="100")
  5.  #}
  6. <div class="description product-description" {{ this.printTagAttributes(this.get('product').getFieldMetadata('description'))|raw }} >{{ this.get('product').getProcessedDescription()|raw }}</div>