modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/header/meta.twig line 1

Open in your IDE?
  1. {##
  2.  # Head list meta tags
  3.  #
  4.  # @ListChild (list="amp.head")
  5.  #}
  6. {% for meta in this.getMetaResources() %}
  7.   {{ meta|raw }}
  8. {% endfor %}