@use ::Link; @use templates::head; @use templates::statics::style_css; @(title: &str, lpath: Vec, user: Option, content: Content) @title @:head(lpath, user) @title @:content()