summaryrefslogtreecommitdiff
path: root/templates/player.j2
blob: 1176d65fd124f3c1740657bc002ecca5ff06c34f (plain) (blame)
1
<button class={% if player.status %} "active" {% else %} "dormant" {% endif %} hx-post="{{ "/player-toggle/" ~ player.name}}" hx-trigger="click" hx-swap="outerHTML">{{ player.name }}</button>