From 5d395d4ed73061b247c32dc63db6ddfa2dd62d39 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 4 Oct 2023 19:55:17 +0100 Subject: initial commit --- templates/base.rs.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..5b1a324 --- /dev/null +++ b/templates/base.rs.html @@ -0,0 +1,26 @@ +@use super::statics::*; + +@(authenticated: bool, body: Content) + + + + + + + + + pinussy + + + + + @:body() + + + \ No newline at end of file -- cgit