templates/galilea/includes/blocks/section-title.html.twig line 1

  1. {{ include('galilea/import/components/' ~ (content.sectionTitleLayout == 'columns' ? 'sectiontitle-cols.twig' : 'sectiontitle.twig'), {
  2.     id: content.id ? content.id : 'section-' ~ random(100000000, 999999999),
  3.     pt: content.top,
  4.     pb: content.bottom,
  5.     topline: content.sectionTitleTopLine,
  6.     title: content.sectionTitleTitle,
  7.     text: content.sectionTitleText,
  8.     baseIncludePath: 'galilea/import/'
  9. }) }}