@(story: Story)(implicit request: RequestHeader) @if(story.hasContent) {

@story.labels.getOrElse("popular", "Most Popular on " + story.title)

@fragments.trailblocks.thumbnail(story.contentByPerformance, 3, true, 3)
}