{{ $feature := .Get "key" }} {{ $selectedIntegrations := partial "functions/select-integrations-by-docs-feature" (dict "integrations" $.Site.Data.integrations.integrations "feature" $feature) }} {{ $base := delimit (first 3 (split .Page.RelPermalink "/")) "/" }} {{ if (gt (len $selectedIntegrations) 6) }}

The {{ len $selectedIntegrations }} ecosystem projects related to this page can be found in the corresponding OPA Ecosystem section.

{{ else if (gt (len $selectedIntegrations) 0) }}

Below are ecosystem projects related to {{ .Get "topic" }}. Integrations are ordered by the amount of linked content.

{{ $sortedIntegrations := partial "functions/sort-integrations" (dict "integrations" $selectedIntegrations) }} {{ partial "ecosystem-project-list-for-feature" (dict "selectedIntegrations" $sortedIntegrations "integrationsData" $.Site.Data.integrations "feature" $feature "base" $base) }}

View these projects in the OPA Ecosystem.

{{ else }}

There are no integrations for this category.

{{ end }}