From c773faeea93fe5db2eb493c79c0c82f46336493c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 6 Jul 2025 13:31:37 +0200 Subject: Running application --- templates/macros.j2 | 99 ----------------------------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 templates/macros.j2 (limited to 'templates/macros.j2') diff --git a/templates/macros.j2 b/templates/macros.j2 deleted file mode 100644 index 2974744..0000000 --- a/templates/macros.j2 +++ /dev/null @@ -1,99 +0,0 @@ -{% macro court_button(id, status) -%} - -{%- endmacro %} - -{% macro player_button(player) -%} - -{%- endmacro %} - -{% macro guest_control(level, value) -%} -
-
- -
-
- -
-
- -
-
-{%- endmacro %} - -{% macro header(url_for) -%} - - - - Match Up! - - - - - - - - - -{%- endmacro %} - -{% macro footer() -%} -
Made by Karan using Flask, HTMX, Notyf and Bulma
-{%- endmacro %} - -{% macro navbar(url_for) -%} - -{%- endmacro %} \ No newline at end of file -- cgit v1.3.1