{{ define "main" }} {{ $shortDesc := site.Params.description.brief | markdownify }} {{ $longDesc := site.Params.description.long | markdownify }} {{ $buttons := site.Params.home.buttons }} {{ $logo := site.Params.logos.color | relURL }} {{ $cncfLogo := site.Params.logos.cncf | relURL }} {{ $features := site.Data.features }} {{ $shortDesc }} {{ $longDesc }} We are a Cloud Native Computing Foundation graduated project. 🎉 {{ range where $features "featured" true }} {{ .name }} {{ with .icon }} {{ end }} {{ with .description }} {{ . | markdownify }} {{ end }} {{ end }} {{ end }}
{{ $shortDesc }}
{{ $longDesc }}
We are a Cloud Native Computing Foundation graduated project. 🎉
{{ .name }}