From 859cde777a9d27afa6f69df0b18e45fc888f3129 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 31 Oct 2025 12:10:16 +0200 Subject: [PATCH] add dashboard and login templates --- templates/dashboard.html.twig | 10 ++++++++++ templates/login.html.twig | 14 ++++++++++++++ 2 files changed, 24 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..271cff7 --- /dev/null +++ b/templates/login.html.twig @@ -0,0 +1,14 @@ + + + + Login + + +
+ +
+
+ +
+ +