@use ::{CSSLINK, Link}; @use rphotos::models::Photo; @use templates::head; @(title: &str, lpath: Vec, user: Option, photos: Vec) @title @CSSLINK @:head(lpath, user)

@title

@for p in photos {

}