templates/web/customer/layout/content/center.twig line 1

Open in your IDE?
  1. {##
  2.  # Center column
  3.  #}
  4. {{ widget_list('center.top') }}
  5. {% if this.isTitleVisible() and this.getTitle() %}
  6.   <h1 class="title" id="page-title">
  7.     {{ widget_list('center.title.before') }}
  8.     {{ this.getMainTitle() }}
  9.     {{ widget_list('center.title.after') }}
  10.   </h1>
  11. {% endif %}
  12. {% include 'layout/content/center_top.twig' %}
  13. {{ widget_list('center.bottom') }}