+
+
+
Sponsored Open Source Foundations
+
+
+
+ {{/* Flatten our data into a map of foundations */}}
+ {{/* Pull out the first X featured foundations */}}
+ {{ $foundations := $.Scratch.Get "foundations" }}
+ {{ range first $.Site.Params.foundationsfeaturedLimit $.Site.Params.foundationsfeatured }}
+ {{ $foundation := index $foundations (replace (lower .) " " "-" )}}
+ {{ with $foundation }}
+ {{ if not .disabled }}
+ {{ partial "page-card.html" $foundation }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
+
+