{{ $selectedIntegrations := (index . "selectedIntegrations") }} {{ $integrations := (index . "integrations") }} {{ $base := (index . "base") }}
{{ range $id := $selectedIntegrations }} {{ $integration := index (where $integrations ".RelPermalink" $id) 0 }}
{{ partial "docs/integration-logo.html" (dict "id" $id) }}

{{- $integration.Title -}}

{{ end }}