templates/galilea/includes/blocks/services.html.twig line 1
{{ include('galilea/import/components/services.twig', {
id: content.id ? content.id : 'section-' ~ random(100000000, 999999999),
pt: content.top,
pb: content.bottom,
services: content.servicesCards|map(card => {
topline: card.serviceCardTopLine,
title: card.serviceCardTitle,
text: card.serviceCardText,
image: card.serviceCardImage|thumbnailUrl('320x')
}),
baseIncludePath: 'galilea/import/'
}) }}