<section class="html-area content-block js-fade-in {{ include('Layout/includes/editmode-box-classes.html.twig') }} {{ styleModifier | default(null) }} {{ not pimcore_input('anchorTitle').empty ? 'js-anchor-nav__item' : '' }}" {% if not pimcore_input('anchorTitle').empty %}data-anchor-nav-title="{{ pimcore_input('anchorTitle').frontend }}"{% endif %}>
{% embed 'Includes/editmode-settings.html.twig' %}
{% block additionalInfo %}
<div>
<label>
{{ pimcore_checkbox('titleBlockCentered') }} Center Headline?
</label>
</div>
{% endblock %}
{% endembed %}
<div class="container">
<div class="injected-html-code">
{{ include('Includes/title-block-editable.html.twig') }}
{{ pimcore_textarea('embed-code', {'htmlspecialchars': false, 'placeholder': 'Enter embed code here!'}) | raw }}
</div>
</div>
</section>