Feat: join team

This commit is contained in:
Grail Finder
2025-05-08 12:31:44 +03:00
parent b20f7ac6b7
commit 21948b23f4
9 changed files with 112 additions and 22 deletions

View File

@ -0,0 +1,7 @@
{{define "teamlist"}}
<div class="playerlist border border-gray-300 rounded-lg p-4">
{{range .}}
<p>{{.}}</p>
{{end}}
</div>
{{end}}