<section class="container container-sm content-block js-fade-in {{ include('Layout/includes/editmode-box-classes.html.twig') }} {{ pimcore_checkbox('isSmall').data ? 'quote-area--small' : '' }} {{ 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 %}
{{ include('Includes/title-block-editable.html.twig') }}
<div class="timeline-wrapper">
{% set posRight = false %}
{% for i in pimcore_iterate_block(pimcore_block('timelineItems', {'default': 1})) %}
{% set posRight = not posRight %}
<div class="row row--gutter-width-0 timeline-row">
<div class="col-md-4 {{ posRight ? 'ml-auto' : '' }}">
{{ include('areas/content-timeline/Includes/timelineTeaser.html.twig', {
position: posRight ? 'right' : 'left'
}) }}
</div>
</div>
{% endfor %}
</div>
</section>