@use super::components::page; @use config::cfg::RequestConfig; @(cfg: RequestConfig, title: &str) @:page(&cfg, title, {
Hello there!
})