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

@title

@:content()