@(active: String, fileCount: Int, issueCount: Int, query: String, repository: service.RepositoryService.RepositoryInfo)(body: Html)(implicit context: app.Context) @import context._ @import view.helpers._ @html.header("", repository){
@body
}