{{ $nethack_logfile := $.Site.Data.nethack }}
{{ range sort $nethack_logfile.nutmeg.records "end_date" "desc" }} {{ if ne .reason_for_death "quit" }}
{{ time.Format "January 2, 2006" .end_date }}
{{ .name }}, a {{ .alignment | lower }} {{ .race | lower }} {{ .gender | lower }} {{ .role }}, died {{ if gt .number_of_deaths 1 }}for the last time{{ end }} in {{ .dungeon_name }} on {{ cond (gt .level 0) (.level_descriptive | lower) .level_descriptive }}. {{ cond (eq .reason_for_death "quit") "She quit." (printf "She was %s" .reason_for_death) }}.
Began {{ time.Format "January 2, 2006" .start_date }} {{ .score }} points Level {{ .max_level }} {{ cond (gt .hit_points 0) (printf "%s / %s" .hit_points .max_hit_points) .max_hit_points }} hp
{{ end }} {{ end }}