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/player.j2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'templates/player.j2') diff --git a/templates/player.j2 b/templates/player.j2 index 7e80285..68a1ea4 100644 --- a/templates/player.j2 +++ b/templates/player.j2 @@ -1,6 +1 @@ - \ No newline at end of file +{% from "macros.j2" import player %}{{ player(id, status, name) }} \ No newline at end of file -- cgit v1.3.1