Files
gralias/components/turntimer.html
2025-07-01 09:00:59 +03:00

6 lines
125 B
HTML

{{define "turntimer"}}
<div>
Timer: <span sse-swap="turntimer_{{.ID}}">{{.Settings.TurnSecondsLeft}}</span>
</div>
{{end}}