@use ::Link; @use templates::head; @(title: &str, lpath: Vec, user: Option, content: Content) @title @Html(include!(concat!(env!("OUT_DIR"), "/stylelink"))) @:head(lpath, user) @title @:content()