From aab3ac002d4fc52a346f5d787d122d07ab80243c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 3 Jun 2023 14:21:41 -0400 Subject: [PATCH] Forgot an {% endmacro %} tag whoops --- custom_templates/weather.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_templates/weather.jinja b/custom_templates/weather.jinja index 610c509..e022a5d 100644 --- a/custom_templates/weather.jinja +++ b/custom_templates/weather.jinja @@ -116,4 +116,5 @@ {% if unitTo == 'inHg' %} {{ pressure / 33.864 }} {% endif %} -{% endif %} \ No newline at end of file +{% endif %} +{% endmacro %} \ No newline at end of file