@(content: Option[String], issueId: Int, owner: String, repository: String)(implicit context: gitbucket.core.controller.Context) @import context._ @helper.html.attached(owner, repository){ @content.getOrElse("") }