{{ $featureName := .Get "feature_name" }} {{ $feature := index hugo.Data.summary $featureName }} {{ if not $feature }} {{ errorf "[summary-bar] invalid feature: %s %v" $featureName .Position }} {{ end }} {{ if $feature }} {{ $subscriptionIcons := dict "Business" "building-office" "Team" "user-group" "Pro" "user-plus" "Personal" "user" "Available to all" "globe-alt" "Docker Hardened Images Enterprise" "/icons/dhi.svg" "Docker Hardened Images Select or Enterprise" "/icons/dhi.svg" "Docker Offload" "cloud" }} {{ $availabilityIcons := dict "Experimental" "beaker" "Beta" "bolt" "Early Access" "rocket-launch" "GA" "check-circle" "Retired" "archive-box" }} {{ $requiresIcon := "arrow-down-circle" }} {{ $forIcon := "shield-check" }}
{{ end }}