<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,
subtitle: subtitle,
isCentered: true,
wysiwyg: wysiwyg
}) }}
{{ include('Includes/Partials/mixed-img-and-text-teaser-row.html.twig', {
items: items|default([]),
textSnippet: textSnippet|default([])
}) }}
</section>