{% if clubsite or (editmode and document.path is defined and '/SeikoClub/' in document.path) %}
{% set _layout = 'seikoclub/layout.html.twig' %}
{% else %}
{% set _layout = '@CoreShopFrontend/layout.html.twig' %}
{% endif %}
{% extends _layout %}
{% block content %}
{% if editmode %}
<div style="height: 100px;">a</div>
{% endif %}
<div class="container">
<div class="magazine-landing-placeholder"></div>
{{ pimcore_areablock('watch-landing-block', {
'allowed' : ['watches-landing-banner','watch-landing', 'popular-watches', 'watches-news'],
'limits' : {
'popular-watches': 1,
'watches-landing-banner': 1,
'watches-news': 1
},
'params': {
}
}) }}
</div>
{% endblock %}
{% block scripts %}
{{ parent() }}
{% do pimcore_head_script().appendFile(asset('js/watch-landing-banner.js')) %}
{% endblock %}