@(story: Story) @if(story.hasPlaces) {

@story.labels.getOrElse("places", "Location")

@story.places.take(1).map{ place => }
}