{{- $path := .Get "path" -}} {{- $scores := site.Data.patina_scores -}} {{- with index $scores $path -}} Patina {{ .overall }}/100{{ if gt .overall .threshold }} — review suggested{{ end }} {{- else -}} Patina score unavailable {{- end -}}