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 %} +