From 11052951b74b9ad4b6a9412ae490086235f9154b Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 3 Jan 2021 13:40:40 +0100 Subject: Rewrite in Rust --- templates/base.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..f403d41 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,91 @@ + + + + + + Budget — {% block title %}{% endblock title %} + + + + + + +
+ +
+
Budget
+ {% if connected_user %} +
+ {{ connected_user.name }} + +
+ {% endif %} +
+ + {% if connected_user %} +
+ + + Paiements + + + + Revenus + + + + Catégories + + + + Équilibre + + + + Statistiques + + +
+ {% endif %} + +
+ +
+ {% block main %}{% endblock main %} +
+ + + + + -- cgit v1.2.3