{% if content.overviewIsView %}
<div style="order: {{ content.overviewOrder ?? -1 }}">
<modern-overview
title="{{ content.overviewTitle }}"
subtitle="{{ content.overviewSubTitle }}"
description="{{ content.overviewDescription }}"
image-size="{{ content.overviewImageSize }}"
cards="{{ adapt_attribute('overview.cards', {'cards': content.overviewCards, 'locale': app.request.locale, 'imageSize': content.overviewImageSize }) | json_encode }}"
link="{{ adapt_attribute('overview.link', {'linkName': content.overviewLinkName, 'pageUuid': content.overviewLinkPage , 'locale': app.request.locale }) | json_encode }}"
theme="{{ content.overviewTheme }}"
text-color="{{ content.overviewTextColor }}"
></modern-overview>
</div>
{% endif %}