{{ $why := .Params.why }}
{{ partial "home/heading.html" (dict "title" "Why Vector?") }}
{{ range $why }}
{{ with .icon }}
{{ $path := printf "img/icons/%s" . }} {{ $config := dict "class" "fill-current h-6 w-6"}} {{ $icon := resources.Get $path }}
{{ $icon.Content | safeHTML }}
{{ end }}
{{ .title }}
{{ .description | markdownify }}
{{ end }}