From e1d7bc9e679c8778c22f99d24ffc339791429c71 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 18 Oct 2024 09:40:46 +0200 Subject: Cleaned up the layout slightly --- templates/players.j2 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'templates/players.j2') diff --git a/templates/players.j2 b/templates/players.j2 index 0e851ab..05f886a 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -20,20 +20,24 @@ +

- Games +

+

Match Up!

+

- Players +

+
-
+
{% for id, value in players.items() %}
@@ -41,11 +45,9 @@
{% endfor %}
- - + \ No newline at end of file -- cgit v1.3.1