{% extends '@CoreShopFrontend/layout.html.twig' %}
{% block content %}
{% if editmode %}
<div style="height: 100px;">a</div>
{% endif %}
{{ pimcore_areablock('boutiqueblock', {
'reload': true,
'params': {
'info-row': {
'fix': true
},
}
}) }}
{% endblock %}