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