{{ define "title" -}} {{ site.Title }} | {{ .Parent.Title }} - {{ .Title }} {{- end }} {{ define "content" }}
{{ partial "nav.html" . }}

OPA Ecosystem / {{ .Title }}

{{ .Title }}

{{ $feature := path.BaseName .RelPermalink }} {{ $integrations := where $.Site.RegularPages "Section" "integrations" }} {{ $organizations := where $.Site.RegularPages "Section" "organizations" }} {{ $selectedIntegrations := partial "functions/select-integrations-by-docs-feature" (dict "integrations" $integrations "feature" $feature) }} {{ if (gt (len $selectedIntegrations) 0) }}
{{ $sortedIntegrations := partial "functions/sort-integrations" (dict "integrations" $selectedIntegrations) }} {{ partial "ecosystem-project-list-for-feature" (dict "selectedIntegrations" $sortedIntegrations "integrations" $integrations "organizations" $organizations "feature" $feature) }} {{ else }}

There are no integrations for this category.

{{ end }}

Integrations are ordered by the amount of linked content.

{{ end }}