{{ define "main" }}

{{ .Site.Title }}

{{ .Site.Params.description }}

{{ i18n "exploreServices" }}

{{ i18n "about" }}

{{ .Content }}

{{ i18n "aboutDescription" }}

{{ i18n "services" }}

{{ range where .Site.Pages "Section" "services" }}

{{ .Title }}

{{ if .Description }}

{{ .Description }}

{{ else }}

{{ .Summary }}

{{ end }}
{{ end }} {{ if eq (len (where .Site.Pages "Section" "services")) 0 }}

ML Operations

{{ i18n "mlOpsDescription" }}

Kafka Solutions

{{ i18n "kafkaDescription" }}

Elasticsearch

{{ i18n "elasticsearchDescription" }}

{{ end }}

{{ i18n "projects" }}

{{ range where .Site.Pages "Section" "projects" }}
{{ if .Params.thumbnail }} {{ $image := .Resources.GetMatch .Params.thumbnail }} {{ if $image }} {{ .Title }} {{ end }} {{ end }}

{{ .Title }}

{{ if .Description }}

{{ .Description }}

{{ end }}
{{ end }} {{ if eq (len (where .Site.Pages "Section" "projects")) 0 }}

{{ i18n "projectsComingSoon" }}

{{ i18n "projectsComingSoonDescription" }}

{{ end }}
{{ end }}