aboutsummaryrefslogtreecommitdiff
path: root/templates/player.j2
blob: 68bea2aa68f5ab9618c70d7e4a4a838f1bde5112 (plain) (blame)
1
2
3
4
5
6
<button class={% if status %} "button is-success" {% else %} "button is-danger" {% endif %} 
        hx-post="{{ "/player-toggle/" ~ id}}" 
        hx-trigger="click" 
        hx-swap="outerHTML">
            {{ name }}
</button>