{{define "content"}}

{{.Issue.Title}}

{{if eq .Issue.State "closed"}} {{.Issue.State}} {{else}} {{.Issue.State}} {{end}} {{.Issue.RepoOwner}}/{{.Issue.RepoName}} #{{.Issue.Number}} {{range .Issue.Labels}} {{.Name}} {{end}}
{{if .RenderedBody}}
{{.RenderedBody}}
{{else if .Issue.Body}}
{{.Issue.Body}}
{{end}}
{{if .Comments}}

Comments

{{range .Comments}}
{{.User}} {{.CreatedAt}}
{{.Body}}
{{end}}
{{else}}
{{end}}

Add Comment

Actions

{{end}}