From aa89f77fcb8190f2f54d0c97d055518e9e6d6e1d Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 29 Oct 2025 22:02:16 +0200 Subject: [PATCH] add dashboard and login templates --- templates/dashboard.html.twig | 10 ++++++++++ templates/login.html.twig | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 templates/dashboard.html.twig create mode 100644 templates/login.html.twig diff --git a/templates/dashboard.html.twig b/templates/dashboard.html.twig new file mode 100644 index 0000000..94b27d6 --- /dev/null +++ b/templates/dashboard.html.twig @@ -0,0 +1,10 @@ + + + + Dashboard + + +

Dashboard

+

Only visible when logged in

+ + diff --git a/templates/login.html.twig b/templates/login.html.twig new file mode 100644 index 0000000..ea2cc8c --- /dev/null +++ b/templates/login.html.twig @@ -0,0 +1,13 @@ + + + + Login + + +
+
+
+ +
+ +