Feat: card counter
This commit is contained in:
6
components/cardcounter.html
Normal file
6
components/cardcounter.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{define "cardcounter"}}
|
||||
<div class="flex justify-center">
|
||||
<p>Blue cards left: {{.BlueCounter}}</p>
|
||||
<p>Red cards left: {{.RedCounter}}</p>
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user