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