diff --git a/templates/base.rs.html b/templates/base.rs.html index ce2dcd6..ae4e9f7 100644 --- a/templates/base.rs.html +++ b/templates/base.rs.html @@ -1,34 +1,32 @@ @(body: Content) - + + + + clubmanager + + - - - clubmanager - - + + + + - - - - + - + - + + - - - - - - - - - @:body() - + + + + + @:body() + diff --git a/templates/drinks.rs.html b/templates/drinks.rs.html index e0bea53..c304202 100644 --- a/templates/drinks.rs.html +++ b/templates/drinks.rs.html @@ -4,34 +4,36 @@ @:base_html({ -
-
- - + +
+ + - - + + - - + + - - + + - - + +
-
- - +
+
+
+ + +
+ +
- -
- - + }) diff --git a/templates/home.rs.html b/templates/home.rs.html index 85dc9bc..0a97491 100644 --- a/templates/home.rs.html +++ b/templates/home.rs.html @@ -1,8 +1,8 @@ @use super::base_html; -@use super::components::home_fragment_html; -@use cm_lib::models::Shift; +@use super::components::home_fragment_html; +@use cm_lib::models::Shift; -@(open_shift: Option) +@(open_shift: Option) @:base_html({