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

OPA Ecosystem / Software / {{ .Title }}

{{ .Title }}

{{ $integrations := where $.Site.RegularPages "Section" "integrations" }} {{ $id := printf "%s" (delimit (last 2 (split .Page.RelPermalink "/")) "") }} {{ $orgIntegrations := partial "functions/select-integrations-by-software" (dict "software" $id "integrations" $integrations) }} {{ $sortedIntegrations := partial "functions/sort-integrations" (dict "integrations" $orgIntegrations) }}

Links

OPA Integrations

The following OPA integrations are related to {{ .Title }}:

{{ partial "ecosystem-project-list" (dict "selectedIntegrations" $sortedIntegrations "integrations" $integrations) }}

Integrations are ordered by the amount of linked content.

{{ end }}