templates/web/customer/header/parts/meta_description.twig line 1

Open in your IDE?
  1. {##
  2.  # Head list children
  3.  #
  4.  # @ListChild (list="head", weight="600")
  5.  #}
  6. {% if this.getMetaDescription() %}
  7.   <meta name="description" content="{{ this.getMetaDescription() }}" />
  8. {% endif %}