ok should we try to do some templates now

This commit is contained in:
Artemis 2025-02-11 12:44:26 +01:00
parent 136c6f1438
commit 5722b49c37

View file

@ -25,6 +25,10 @@ pub async fn index(meta: CommonTemplateState, mut db: DollTagsDb, user: Admin) -
context! {
meta: meta.for_user(&user.0),
service_status,
previous: context! {
form: "",
tag_handover: Context::default(),
},
},
)
.into())