<section class="{{ styleModifier | default(null) }} {{ anchorNavItem | default(null) ? 'js-anchor-nav__item' : '' }}"
{% if anchorNavItem | default(null) and anchorNavTitle | default(null) %}
data-anchor-nav-title="{{ anchorNavTitle }}"
{% endif %}>
{{ include('Includes/title-block.html.twig', {
title: title|default(''),
subtitle: subtitle|default(''),
isCentered: true,
wysiwyg: wysiwyg|default(''),
}) }}
{% if not items is empty %}
{{ include('Includes/Partials/mixed-flatrate-and-teaser-row.html.twig', {
items: items|default([]),
textSnippet: textSnippet|default([])
}) }}
{% endif %}
</section>