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