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