From 663e797209b11d7d234ca90da82fb809ac688845 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 18 Oct 2024 15:50:19 +0200 Subject: Made macros out of reused components --- templates/macros.j2 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'templates/macros.j2') diff --git a/templates/macros.j2 b/templates/macros.j2 index 65d886f..58b1a73 100644 --- a/templates/macros.j2 +++ b/templates/macros.j2 @@ -20,4 +20,48 @@

⏲️ {{mins}}:{{secs}}

+{%- endmacro %} + +{% macro header() -%} + + + + Match Up! + + + + + +{%- endmacro %} + +{% macro footer() -%} +
Made by Karan using Flask, HTMX and Bulma
+{%- endmacro %} + +{% macro navbar() -%} + {%- endmacro %} \ No newline at end of file -- cgit v1.3.1