{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title ) }} {{ end }} {{ define "main" }}

{{ .Params.overview.title }}

{{ .Params.overview.description }}

{{ .Params.details.title }}

{{ .Params.details.providers.title }}

{{ .Params.details.providers.description }}

{{ range $item := .Params.details.providers.ide }} {{ partial "code" (dict "lang" $item.language "code" $item.code "mode" "light") }} {{ end }}

{{ .Params.details.components.title }}

{{ .Params.details.components.description }}

{{ range $item := .Params.details.components.ide }} {{ partial "code" (dict "lang" $item.language "code" $item.code "mode" "light") }} {{ end }}

{{ .Params.benefits.title }}

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

{{ $item.description }}

{{ end }}

{{ .Params.case_studies.title }}

{{ range $item := .Params.case_studies.items }}

{{ $item.quote }}

{{ $item.name }}

{{ $item.name_title }}

{{ partial "customer-logo.html" (dict "logo" $item.company) }}
{{ end }}

{{ .Params.get_started.title }}

{{ .Params.get_started.browse.title }}

{{ .Params.get_started.browse.description }}

{{ .Params.get_started.browse.cta_text }}

{{ .Params.get_started.publish.title }}

{{ .Params.get_started.publish.description }}

{{ .Params.get_started.publish.cta_text }}
{{ end }}