{{- $name := .name | default . -}} {{- $class := .class -}} {{- $label := .label -}} {{- $path := printf "icons/%s.svg" $name -}} {{- with resources.Get $path -}} {{- else -}} {{- errorf "Icon not found: %s" $path -}} {{- end -}}