{{ $selectedIntegrations := (index . "selectedIntegrations") }} {{ $integrationsData := (index . "integrationsData") }} {{ $feature := (index . "feature") }} {{ $base := (index . "base") }}
{{ range $name := $selectedIntegrations }} {{ $integration := (index $integrationsData.integrations $name) }}
{{ partial "docs/integration-logo.html" (dict "name" $name) }}

{{ $integration.title }}

{{ if $integration.subtitle }} {{ $integration.subtitle }} {{ end }} {{ if and ($integration.subtitle) ($integration.inventors) }} by  {{- end -}} {{- range $i, $id := $integration.inventors -}} {{- $inventor := index $integrationsData.organizations $id -}} {{ $inventor.name }} {{- if eq (add $i 1) (sub (len $integration.inventors) 1) }} and {{ else if lt (add $i 1) (len $integration.inventors) -}} , {{- end }} {{ end }}

{{ (index (index $integration.docs_features $feature) "note") | markdownify }}
{{ if lt (len $integration.title) 30 }} View {{ $integration.title }} in Ecosystem {{ else }} View in Ecosystem {{ end }}
{{ end }}