{% use 'includes/editmode-layout.html.twig' %}
{{ block('editmode_header') }}
{{ pimcore_area("text-and-links", {
'type' : "text-and-links-brick",
params: {
'text-and-links-brick': {
'defaultBackgroundColor' : 'bg-blue-200',
},
},
}) }}
{{ block('editmode_footer') }}