From 310c54caffb137af593e710b2437c2639863574d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 23:36:56 +0200 Subject: Added a few more j2 macros --- templates/macros.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'templates') diff --git a/templates/macros.j2 b/templates/macros.j2 index b4767be..7117d11 100644 --- a/templates/macros.j2 +++ b/templates/macros.j2 @@ -8,4 +8,16 @@ +{%- endmacro %} + +{% macro guests(count) -%} +
+ +
+{%- endmacro %} + +{% macro timer(mins, secs) -%} +
+

Timer: {{mins}}:{{secs}}

+
{%- endmacro %} \ No newline at end of file -- cgit v1.3.1