@(content: model.Content)(implicit request: RequestHeader) @* live with empty standfirst as it is used to hook things into the page with javascript *@

@content.standfirst.map { s => @withJsoup(BulletCleaner(s))( InBodyLinkCleaner("in standfirst link")(Edition(request)) ) @content.starRating.map { s => @s / 5 stars } }