diff options
author | cel 🌸 <cel@blos.sm> | 2023-12-12 14:14:30 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-12-12 14:14:30 +0000 |
commit | 370a25e5a0cbb95e2aa1cec55305b22aeaf99aa0 (patch) | |
tree | 665163bc58c8e94320b843b1983376d9a67f99bf /templates/home.rs.html | |
parent | 5dc4774ed3380762b4d7aadc86193af6073c456a (diff) | |
download | pinussy-370a25e5a0cbb95e2aa1cec55305b22aeaf99aa0.tar.gz pinussy-370a25e5a0cbb95e2aa1cec55305b22aeaf99aa0.tar.bz2 pinussy-370a25e5a0cbb95e2aa1cec55305b22aeaf99aa0.zip |
initial refactor
Diffstat (limited to '')
-rw-r--r-- | templates/home.rs.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/home.rs.html b/templates/home.rs.html index 882b2ed..6726646 100644 --- a/templates/home.rs.html +++ b/templates/home.rs.html @@ -1,5 +1,4 @@ @use super::base_html; -@use crate::User; @(user: Option<String>) |