@(gist: gitbucket.gist.model.Gist, forkedCount: Int, repositoryUrl: gitbucket.gist.util.GistUtils.GistRepositoryURL, revision: String, files: Seq[(String, String)], comments: Seq[gitbucket.gist.model.GistComment], editable: Boolean)(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers @gitbucket.core.html.main(if(gist.description.isEmpty) gist.repositoryName else gist.description){