From 74480cbe2b335fd141cdf5f07bb08808c0d08692 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 21:47:26 +0200 Subject: Added all macros and also stored the js, css, png and ico files --- templates/players.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/players.j2') diff --git a/templates/players.j2 b/templates/players.j2 index 080c03a..4eedc54 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -1,8 +1,9 @@ +{% from "macros.j2" import player %}
-{% for id, player in players.items() %} +{% for id, value in players.items() %}
- + {{ player(id, value.status, value.name) }}
{% endfor %}
\ No newline at end of file -- cgit v1.3.1