@use super::header; @use super::navbar; @use config::cfg::RequestConfig; @(cfg: &RequestConfig, title: &str, body: Content) @:header(cfg, title) @:navbar(cfg) @:body()