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