Work in progress nethack dungeon generator background for the nethack page
This commit is contained in:
parent
d524a7dd9e
commit
186929921b
5 changed files with 342 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue