{{define "cacheBust" -}} {{- if fileExists "/.commit-hash" -}} {{- $commitHash := (include "/.commit-hash") -}} {{- trim (printf "?v=%v" $commitHash) -}} {{- end -}} {{- end}} {{define "head"}} {{end}}