{{- $scratch := newScratch -}} {{- with .Get "other" -}}{{- $scratch.Set "default" . -}}{{- end -}} {{- with .Get "all" -}}{{- $scratch.Set "default" . -}}{{- end -}} {{- $default := $scratch.Get "default" | default "" -}} {{- $mac := .Get "mac" | default $default -}} {{- $win := .Get "win" | default $default -}} {{- $linux := .Get "linux" | default $default -}} {{ $default }}