templates/web/customer/main.twig line 1

Open in your IDE?
  1. {# #
  2.  # Layout
  3. #}
  4. {% apply spaceless %}
  5.   {% if this.isDeveloperMode() %}
  6.     <div id="profiler-messages"></div>
  7.   {% endif %}
  8.   {{ widget_list('layout.slidebar') }}
  9.   <div id="page-wrapper">
  10.     <div id="page" class="{% if this.isForceChangePassword() %}force-change-password-page{% endif %}">
  11.       {{ widget_list('layout.main') }}
  12.     </div>
  13.     {{ widget_list('layout.footer') }}
  14.   </div>
  15. {% endapply %}