modules/QSL/ShopByBrand/templates/web/customer/modules/QSL/ShopByBrand/brand_page/description.twig line 1

Open in your IDE?
  1. {##
  2.  # Brand description
  3.  #}
  4. {% if this.getBrandDescription() or this.isInInlineEditorMode() %}
  5.   <div class="brand-description category-description" {{ this.printTagAttributes(this.getBrand().getFieldMetadata('description'))|raw }}>
  6.     {{ this.getBrandDescription()|raw }}
  7.   </div>
  8. {% endif %}