From 6fa3d04aad627ffa4786b91acc24e4f3e8b70312 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 8 Jun 2023 06:41:20 -0400 Subject: Update API to use open-meteo. Further frontend development. --- templates/base.html | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index d464a5a..6fe776a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,21 +1,20 @@ - - - {% block title %} {% endblock %} - - - - + + + {% block title %} {% endblock %} + + + + -
- {% block content %} {% endblock %} -
+
+ {% block content %} {% endblock %} +
- -{% block scripts %}{% endblock %} - + + -- cgit v1.2.3