{{- $logfile := partial "nethack/log.html" . -}}
    {{ range sort $logfile "end_date" "desc" }} {{ if ne .death.cause "quit" }}
  1. {{ partial "nethack/logentry.html" .}}
  2. {{ end }} {{ end }}