{{define "title"}}#{{.Issue.Number}} · {{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{template "repoheader" .}}

{{.Issue.Title}} #{{.Issue.Number}}

{{.Issue.State}} {{.Issue.Author}} opened this on {{when .Issue.CreatedAt}} {{if .Issue.Labels}} · {{range .Issue.Labels}}{{.}} {{end}}{{end}} {{if .Issue.Assignees}} · assigned to {{range .Issue.Assignees}}{{.}} {{end}}{{end}} {{if .Issue.Milestone}} · milestone {{.Issue.Milestone}}{{end}}

{{if .CanEdit}}
edit

{{end}} {{if .BodyHTML}}
{{.Issue.Author}} {{when .Issue.CreatedAt}}
{{.BodyHTML}}
{{end}} {{range .Comments}} {{if eq .Kind "system"}}
{{.BodyHTML}} {{when .CreatedAt}}
{{else}}
{{.Author}} {{when .CreatedAt}}
{{.BodyHTML}}
{{end}} {{end}} {{if .Viewer}}

{{end}} {{end}}