modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/body.twig line 1

Open in your IDE?
  1. {##
  2.  # Common layout
  3.  #}
  4. <!DOCTYPE html>
  5. <html amp lang="{{ this.currentLanguage.getCode() }}"{% for k, v in this.getHTMLAttributes() %} {{ k }}="{{ v }}"{% endfor %}>
  6.   {{ widget('QSL\\AMP\\View\\Header') }}
  7. <body {% if this.getBodyClass() %}class="{{ this.getBodyClass() }}"{% endif %}>
  8. {{ widget('QSL\\AMP\\View\\Content') }}
  9. </body>
  10. </html>