From d8562450d1c50fdadfb97436b69e74908f97b11d Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 May 2026 00:13:24 +0200 Subject: frontend: Add work in progress text to index This explains the users the current state of this project. --- frontend/layouts/baseof.html | 2 +- frontend/layouts/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/layouts/baseof.html b/frontend/layouts/baseof.html index 2fb5ce4..7c34644 100644 --- a/frontend/layouts/baseof.html +++ b/frontend/layouts/baseof.html @@ -9,7 +9,7 @@
{{ block "header" . }} -

finserv

+

Finances

{{ end }}
{{ block "main" . }}{{ end }}