Back to Istio Io

Companies

layouts/partials/companies.html

latest279 B
Original Source

{{ if .first_items }} {{ range first .first_items .items }} {{ partial "company_logo.html" (dict "logo" .logo "alt" .name "link" .url) }} {{ end }} {{ else }} {{ range .items }} {{ partial "company_logo.html" (dict "logo" .logo "alt" .name "link" .url) }} {{ end }} {{ end }}