@(story: Story) @story.explainer.map{ explainer =>

@story.labels.getOrElse("background", "Background")

@story.hero.map{ img =>
@StripHtmlTags(story.title)
}
@Html(explainer)
}