{% set layout = 'snippet-section-' ~ (editmode ? 'editmode' : 'frontend') %}
{% extends '@FoxHabbitBasis/Layout/' ~ layout ~ '.html.twig' %}
{% block content %}
{% if editmode %}
<div class="alert alert-dark m-0">
Beginn Section-Snippet-Bereich
</div>
{% endif %}
{{pimcore_areablock('content', {
allowed: [
'basisbundle-topnav',
'basisbundle-footer',
'basisbundle-breadcrumb',
'basisbundle-header',
'basisbundle-section',
'basisbundle-section-accordion',
'basisbundle-section-cssgrid',
'basisbundle-section-cssgrid-predefined',
'basisbundle-section-scheduled',
'basisbundle-section-image',
'basisbundle-section-video',
'basisbundle-section-googlemap',
'basisbundle-section-inter-section',
'basisbundle-section-slickslider',
'basisbundle-section-placeholder',
'basisbundle-section-snippet',]
})}}
{% if editmode %}
<div class="alert alert-dark m-0">
Ende Section-Snippet-Bereich
</div>
{% endif %}
{% endblock %}