2023-01-24 08:53:58 -08:00
|
|
|
{{- $n := .Get 0 -}}
|
|
|
|
{{- $logfile := partial "nethack/log.html" . -}}
|
2024-10-27 09:56:46 -06:00
|
|
|
<ol class="nethack-logfile nethack-topn">
|
2023-01-24 08:53:58 -08:00
|
|
|
{{ range first $n (sort $logfile "score" "desc") -}}
|
2024-10-27 09:56:46 -06:00
|
|
|
<li class="nethack-logentry">{{ partial "nethack/logentry.html" . }}</li>
|
2023-01-24 08:53:58 -08:00
|
|
|
{{- end }}
|
|
|
|
</ol>
|