Add simple data store
All checks were successful
Build Crate / build (push) Successful in 8m5s

This commit is contained in:
2023-09-20 00:28:16 -04:00
parent 0a1c81c44e
commit ec06340def
10 changed files with 98 additions and 13 deletions

View File

@@ -47,16 +47,11 @@ pub fn Layout<'a, G: Html>(
main(style = "my-8") {
div(class = "container mx-auto px-6") {
div(class = "md:flex mt-8 md:-mx-4") {
div(class = "h-64 rounded-md overflow-hidden bg-cover bg-center") {
div(class = "rounded-md overflow-hidden bg-cover bg-center") {
(children)
}
}
}
}
footer(class = "bg-gray-200") {
p(class = "container mx-auto px-6 py-3 flex justify-between items-center"){
"Hey there, I'm a footer!"
}
}
}
}