templates/galilea/includes/blocks/services.html.twig line 1

  1. {{ include('galilea/import/components/services.twig', {
  2.     id: content.id ? content.id : 'section-' ~ random(100000000, 999999999),
  3.     pt: content.top,
  4.     pb: content.bottom,
  5.     services: content.servicesCards|map(card => {
  6.         topline: card.serviceCardTopLine,
  7.         title: card.serviceCardTitle,
  8.         text: card.serviceCardText,
  9.         image: card.serviceCardImage|thumbnailUrl('320x')
  10.     }),
  11.     baseIncludePath: 'galilea/import/'
  12. }) }}