templates/default/boutique.html.twig line 1

Open in your IDE?
  1. {% extends '@CoreShopFrontend/layout.html.twig' %}
  2. {% block content %}
  3.     {% if editmode %}
  4.         <div style="height: 100px;">a</div>
  5.     {% endif %}
  6.     {{ pimcore_areablock('boutiqueblock', {
  7.         'reload': true,
  8.         'params': {
  9.             'info-row': {
  10.                 'fix': true
  11.             },
  12.         }
  13.     }) }}
  14. {% endblock %}