templates/web/customer/layout/content/category_description.twig line 1

Open in your IDE?
  1. {##
  2.  # Category page
  3.  #}
  4. {% if this.getDescription() or this.isInInlineEditorMode() %}
  5. <div class="category-description" {{ this.printTagAttributes(this.getCategory().getFieldMetadata('description'))|raw }}>{{ this.getDescription()|raw }}</div>
  6. {% endif %}