templates/web/customer/header/body.twig line 1

Open in your IDE?
  1. {##
  2.  # Page head
  3.  #}
  4. <head{% for k, v in this.getHeadAttributes() %} {{ k }}="{{ v }}"{% endfor %}>
  5.   {{ widget_list('head') }}
  6. </head>