From cf82f200a59e4912491a59f26ba5b79a12cf69fb Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Sun, 31 May 2026 23:11:13 -0400 Subject: [PATCH] 05/31 Fix template --- app/templates/base.html | 513 +++++++++++++++++++++++----------------- 1 file changed, 295 insertions(+), 218 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index c58ba20..0777f65 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,270 +1,347 @@ - + - - - + + + {% block title %}PFM{% endblock %} — Personal Finance - - - + + + - - + + +
-
- - - - -
- - {% block page_title %}{% endblock %} -
+ +
+ + {% block page_title %}{% endblock %} +
{% block topbar_actions %}{% endblock %} - {{ current_user.display_name or current_user.username }} + {{ current_user.display_name or current_user.username }} +
+
+ + +
+ {% with messages = get_flashed_messages(with_categories=true) %} {% for + cat, msg in messages %} + + {% endfor %} {% endwith %}
-
- -
- {% with messages = get_flashed_messages(with_categories=true) %} - {% for cat, msg in messages %} - - {% endfor %} - {% endwith %} -
+ +
{% block content %}{% endblock %}
- -
{% block content %}{% endblock %}
- - - -{% block extra_js %}{% endblock %} - + + + {% block extra_js %}{% endblock %} +