@use models::Photo; @(photo: &Photo)

@if let Some(d) = photo.date {
@d.format("%F %T")}