modules/QSL/Make/templates/web/customer/modules/QSL/Make/front_page/description.twig line 1

Open in your IDE?
  1. {##
  2.  # Brand description
  3.  #}
  4. {% if this.getDisplayDescription() or (this.isInInlineEditorMode() and this.isShowDescription())%}
  5.   <div class="level-description category-description" {{ this.printTagAttributes(this.getLevel().getFieldMetadata('description'))|raw }}>{{ this.getDisplayDescription()|raw }}</div>
  6. {% endif %}