Detail:
@Html(post._1.content.replace("\n", ""))
@(post:(models.Post,models.User,Seq[models.Comment]), mode: String = "full") @commentsTitle = { @if(post._3) { @post._3.size comments, latest by @post._3(0).author } else { no comments } }
@commentsTitle
@post._3.map { comment =>"))