@import com.gu.contentatom.renderer.utils.GuardianDateFormatter @(atom: com.gu.contentatom.thrift.Atom , data: com.gu.contentatom.thrift.atom.timeline.TimelineAtom ) @data.events.map { item =>

(@GuardianDateFormatter(item.date)) @item.title

@item.body.map { body =>

@body

} }