first commit

This commit is contained in:
Gregory Salaun
2024-09-29 18:40:23 +07:00
commit 12cd1d9d14
6 changed files with 126 additions and 0 deletions

9
templates/spotters.html Normal file
View File

@ -0,0 +1,9 @@
{{ define "spotters" }}
{{ range.}}
<span class="fw-bold">{{ .Spotter }}</span>: <span>{{ .NumberofSpots }} spots</span><br>
{{ end }}
{{ end }}