@use server::PhotoLink; @(photo: &PhotoLink)
@if let Some(ref title) = photo.title {

@title

} Photo @photo.id @if let Some(ref d) = photo.lable {@d}