summaryrefslogtreecommitdiff
path: root/templates/macro.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macro.j2')
-rw-r--r--templates/macro.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/macro.j2 b/templates/macro.j2
deleted file mode 100644
index e0089bc..0000000
--- a/templates/macro.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-{% macro player_button(player) %}
-<button class={% if player.status %} "active" {% else %} "dormant" {% endif %} hx-post="{{ "/player-toggle/" ~ player.name}}" hx-trigger="click" hx-swap="outerHTML">{{ player.name }}</button>
-{%- endmacro %} \ No newline at end of file