From 469a3ad33914f7eff6edc9ca7fabb12f2950da84 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 14 Nov 2024 17:59:21 +0000 Subject: database work --- templates/admin_dashboard.rs.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/admin_dashboard.rs.html (limited to 'templates/admin_dashboard.rs.html') diff --git a/templates/admin_dashboard.rs.html b/templates/admin_dashboard.rs.html new file mode 100644 index 0000000..cf7d27c --- /dev/null +++ b/templates/admin_dashboard.rs.html @@ -0,0 +1,10 @@ +@use super::base_html; + +@() + +@:base_html({ +
+ +
+}) + -- cgit