@(gist: gitbucket.gist.model.Gist)(implicit context: gitbucket.core.controller.Context) @if(context.loginAccount.isDefined){

@gitbucket.gist.html.commentpreview( gist = gist, content = "", style = "height: 100px; max-height: 150px;", elastic = true )
}