Work in progress nethack dungeon generator background for the nethack page

This commit is contained in:
Eryn Wells 2023-01-29 08:05:54 -08:00
parent d524a7dd9e
commit 186929921b
5 changed files with 342 additions and 0 deletions

View file

@ -4,6 +4,7 @@
<body>
{{ block "body" . -}}
{{ block "before" . }}{{ end }}
{{ block "header" . }}{{ partial "header.html" .}}{{ end }}
<main class="{{ .Type }} {{ .Kind }}{{ if gt (len .Pages) 0 }} list{{ end }}">
{{ block "main" . }}{{ end }}