Feat: join team
This commit is contained in:
7
components/playerlist.html
Normal file
7
components/playerlist.html
Normal file
@ -0,0 +1,7 @@
|
||||
{{define "teamlist"}}
|
||||
<div class="playerlist border border-gray-300 rounded-lg p-4">
|
||||
{{range .}}
|
||||
<p>{{.}}</p>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user