🎨 All fn ...prepare...() return PrepareMarkup

This commit is contained in:
Manuel Cillero 2024-04-23 23:11:30 +02:00
parent 2d906621de
commit 0cc2d7ee2d
4 changed files with 20 additions and 14 deletions

View file

@ -196,8 +196,8 @@ impl Page {
Ok(html! {
(DOCTYPE)
html lang=(lang) dir=(dir) {
(head)
(body)
(head.render())
(body.render())
}
})
}