{{define "title"}}{{.ShortSHA}} · {{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{template "repoheader" .}}
{{.ShortSHA}}{{template "sigbadge" .Sig}}{{range .Checks}} {{.Context}}: {{.State}}{{end}}
{{range .DiffLines}}{{.Text}}
{{end}}
{{end}}