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

Open in your IDE?
  1. {##
  2.  # Canonical tag
  3.  #
  4.  # @ListChild (list="amp.head", weight="2")
  5.  #}
  6. {% if this.getCanonicalURL() %}
  7.   <link rel="canonical" href="{{ this.getCanonicalURL() }}" />
  8. {% endif %}