Back to Vector

Why Vector

website/layouts/partials/home/why-vector.html

0.55.0367 B
Original Source

{{ $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 }}