{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title) }} {{ end }} {{ define "main" }} {{ $pageContext := . }}
{{ with .Params.overview }}

{{ .title }}

{{ .descriptionTop | markdownify }}

{{ .descriptionBottom | markdownify }}

{{ end }}
{{ with .Params.deployment }}

{{ .title }}

{{ .descriptionTop | markdownify }}

{{ .descriptionBottom | markdownify }}

AWS
AWS
AWS Docs
Azure
Azure
Azure Docs
Docker
Docker
Docker Docs
Google Cloud
Google Cloud
Google Docs
Kubernetes
Kubernetes
Kubernetes Docs
{{ end }}
{{ with .Params.capabilities }}

{{ .title }}

{{ range $item := .items }}
{{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }}
{{ $item.title }}

{{ $item.description | markdownify }}

{{ if $item.items }}

Identity providers include Azure Active Directory, Bitbucket, GitHub, GitLab, and SAML SSO.

{{ end }}
{{ end }}
{{ end }}
{{ with .Params.pricing }}

{{ .title }}

{{ .description | markdownify }}

{{ end }}
{{ with .Params.trial }}

{{ .title }}

{{ .description | markdownify }}

{{ end }}
{{ with .Params.questions }}

{{ .title }}

{{ .description }}

{{ end }}
{{ end }}