templates/default/home.html.twig line 10

Open in your IDE?
  1. {% if clubsite or (editmode and document.path is defined and '/SeikoClub/' in document.path) %}
  2.     {% set _layout = 'seikoclub/layout.html.twig' %}
  3. {% else %}
  4.     {% set _layout = '@CoreShopFrontend/layout.html.twig' %}
  5. {% endif %}
  6. {% extends _layout %}
  7. {% block content %}
  8. <div id="wrapper">
  9.     {{ pimcore_areablock('homeareablock', {
  10.         'limits' : {
  11.             'carousel': 1,
  12.             'seikoclub': 1,
  13.             'seikoclubcarousel': 1,
  14.         }
  15.     }) }}
  16. </div>
  17. {% endblock %}