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

@helpers.avatar(context.loginAccount.get.userName, 48)
@gitbucket.gist.html.commentpreview( gist = gist, content = "", style = "height: 100px; max-height: 150px;", elastic = true )
}