{{- $n := .Get 0 -}} {{- $logfile := partial "nethack/log.html" . -}}
    {{ range first $n (sort $logfile "score" "desc") -}}
  1. {{ partial "nethack/logentry.html" . }}
  2. {{- end }}