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

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