@use ::Link; @use rphotos::models::Photo; @use templates::page_base; @(title: &str, lpath: Vec, user: Option, photos: Vec) @:page_base(title, lpath, user, { @for p in photos { } })