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/controls.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/controls.j2') diff --git a/templates/controls.j2 b/templates/controls.j2 index 7a03f9a..0b1451a 100644 --- a/templates/controls.j2 +++ b/templates/controls.j2 @@ -1,4 +1,11 @@ {% from "macros.j2" import court %} +
+
+{% for key, value in courts.items() %} + {{ court(key, value) }} +{% endfor %} +
+
@@ -48,11 +55,4 @@ hx-post="/clear" hx-target="#games">Reset
-
-
-
-{% for key, value in courts.items() %} - {{ court(key, value) }} -{% endfor %} -
\ No newline at end of file -- cgit v1.3.1