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

  1. {{ include('galilea/import/components/hero.twig', {
  2.     id: 'hero',
  3.     footer_animation: "['/assets/galilea/galilea_cards.riv', 'security', 'Machine_Security']",
  4.     title: content.heroTitle,
  5.     ctas: content.heroCtas|map(cta => {
  6.         url: cta.ctaUrl,
  7.         type: cta.ctaType,
  8.         target: cta.ctaTarget,
  9.         title: cta.ctaTitle
  10.     }),
  11.     text: content.heroText,
  12.     baseIncludePath: 'galilea/import/'
  13. }) }}