Help needed

Hi, how to fix this problem, the online YAML validator could not pick up anything

# dwains_dashboard
## House-information add-on: Calendar
## Created by Jeroen Klompen
## Version: 1.1.0

- type: custom:dwains-heading-card
  title: {{ name }}
- type: custom:atomic-calendar-revive
  style: |
    ha-card {
      border-radius: 5px;
      background-color: var(--dwains-theme-primary);
    }
    .cal-titleContainer {
      display: none;
    }
  showProgressBar: false
  eventBarColor: 'var(--dwains-theme-grey)'
  dayWrapperLineColor: 'var(--dwains-theme-grey)'
  timeColor: 'var(--dwains-theme-grey)'
  entities:
    {{ (data | fromjson)['calendars'] }}

missing multiline template indicator, > or |

Edit:

I found it

  entities: |
    {{ (data | fromjson)['calendars'] }}

Where exactly? Sorry, I am still learning.
Thank you