From 21be142ed526c5ec88c14c3ea6cad043a075a2b9 Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Sat, 30 May 2026 14:32:51 -0700 Subject: Add unimplemented color selection box --- src/template.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/template.rs') diff --git a/src/template.rs b/src/template.rs index d8b3511..c02a3df 100644 --- a/src/template.rs +++ b/src/template.rs @@ -6,4 +6,10 @@ use crate::session::Session; #[template(path = "index.html")] pub struct IndexTemplate<'a> { pub sessions: &'a HashMap +} + +#[derive(Template)] +#[template(path = "session.html")] +pub struct SessionTemplate<'a> { + pub session: &'a Session } \ No newline at end of file -- cgit v1.2.3