@{val comments=Comment.findByPost(post.id); {if(comments.size>0) comments.size else "no"} + " comment" + {if(comments.size>1) {"s"} else ""} }
@{Comment.findByPost(post.id).map{comment =>