<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: isCentered | default(null),
wysiwyg: wysiwyg
}) }}
{{ include('Includes/img-teaser-slider.html.twig', {
items: items,
isCentered: isCentered | default(null)
}) }}
</section>