{{ define "title" -}} {{ site.Title }} | {{ .Parent.Title }} - {{ .Title }} {{- end }} {{ define "content-classes" }}wide{{end}} {{ define "edit-link" -}} {{ .Parent.Params.edit_link }} {{- end }} {{ define "breadcrumbs" -}}
{{ .Parent.Title }} / {{ .Title }}
{{- end }} {{ define "content" }} {{ .Content }} {{ $feature := path.BaseName .RelPermalink }} {{ $selectedIntegrations := partial "functions/select-integrations-by-docs-feature" (dict "integrations" $.Site.Data.integrations.integrations "feature" $feature) }} {{ if (gt (len $selectedIntegrations) 0) }}Integrations are ordered by the amount of linked content.
{{ $sortedIntegrations := partial "functions/sort-integrations" (dict "integrations" $selectedIntegrations) }} {{ $base := delimit (first 3 (split .Page.RelPermalink "/")) "/" }} {{ partial "ecosystem-project-list-for-feature" (dict "selectedIntegrations" $sortedIntegrations "integrationsData" $.Site.Data.integrations "feature" $feature "base" $base) }} {{ else }}There are no integrations for this category.
{{ end }} {{ end }}