<section class="content-block container js-fade-in {{ 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(''),
wysiwyg: wysiwyg|default(''),
isCentered: true
}) }}
{{ include('Includes/Partials/flatrate-teaser-row.html.twig', {
items: items
}) }}
</section>