<section class="wysiwyg-area {{ className|default('container-narrow content-block js-fade-in') }}">
{% if not hideTitle|default(false) %}
{{ include('includes/title-blocks/title-block.html.twig', {
'topTitle': topTitle|default(''),
'title': title|default(''),
'prefix': prefix|default(''),
'editmode': editmode
}, with_context = false) }}
{% endif %}
<div class="wysiwyg-area__content wysiwyg">
{{ text|default('') ? text|raw : pimcore_wysiwyg('text', { 'placeholder': 'Text' })|raw }}
</div>
{{ include('includes/content/button.html.twig', {
'link': link|default(''),
'buttonType': buttonType|default('')
}, with_context = false) }}
</section>