From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/home.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 templates/home.html (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..88cb567 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,55 @@ +{% extends "layout.html"%} + +{% block title %} + Home +{% endblock %} + +{% block main %} + +
+

Hi there, {{ name }} !

+
Your budget:
+
+ dollar bill +
+ {{ cash | usd }} +
+
+
+ + + + +
+
+
+ + +
+
+ +
+ Increase your savings! +
+
+ + + + + + + +{% endblock %} -- cgit v1.2.3