@use crate::State; @use super::statics::{layout_css, favicon_ico}; @(state: &State, title: &str, description: Option<&str>, head: Content, body: Content)