modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/layout/content/center.twig line 1

Open in your IDE?
  1. {##
  2.  # Center column
  3.  #}
  4. {{ widget_list('amp.center.top') }}
  5. {% if this.isTitleVisible() and this.getTitle() %}
  6.   <h1 class="title" id="page-title">{{ this.getMainTitle() }}</h1>
  7. {% endif %}
  8. {{ widget_list('amp.center') }}
  9. {{ widget_list('amp.center.bottom') }}