{{ $scratch := newScratch }} {{ range sort $.Site.Data.eclipsefdn_projects "name" "asc" }} {{ if eq .project_id "ecd.openvsx"}} {{ $scratch.SetInMap "projects" (lower .project_id) . }} {{ end }} {{ end }} {{ $container_id := .Get "container_id" | default "" }} {{ $class := .Get "class" | default "eclipsefdn-userprofile" }}