ddServer/templates/monsterTable.html
2023-12-05 12:47:57 +01:00

7 lines
137 B
HTML

{{ define "monsterTable" }}
<tbody id="monster-table">
{{ range .Monsters }}
{{ template "monster" . }}
</tbody>
{{ end }}
{{ end }}