@use ::{CSSLINK, Link}; @use templates::head; @(title: &str, lpath: Vec, user: Option, content: Content) @title @CSSLINK @:head(lpath, user) @title @:content()