@use super::{data_positions, page_base, photo_link}; @use crate::models::{Coord, Person}; @use crate::server::{Context, PhotoLink}; @(context: &Context, photos: &[PhotoLink], coords: &[(Coord, i32)], person: &Person) @:page_base(context, &format!("Photos with {}", person.person_name), &[], {}, {