Betyg: @g
}Tid: @time
People: @for p in people{@p.person_name, }
Places: @for p in places{@p.place_name, }
Tags: @for t in tags{@t.tag_name, }
@if let Some(ref pos) = position {Position: @pos.x @pos.y
} @if let Some(ref c) = camera{Camera: @c.model (@c.manufacturer)
} })