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

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