{{ define "title" }}{{.Repo.Slug}} ยท {{ .Commit.HashShort }}{{ end }} {{ define "content" }}

{{.Repo.Name}} {{.Repo.Owner}}

{{ if .Commit.PullRequest }} opened pull request # {{ .Commit.PullRequest }} {{ else }} commit {{ .Commit.HashShort }} to {{.Commit.Branch}} branch {{ end }}
Status
{{.Build.Status}}
Started
Duration
{{ if .Build.IsRunning }}--{{else}}{{ .Build.HumanDuration }}{{end}}
Commit
{{ .Commit.HashShort }}
Committer
{{ .Commit.Author }}
Message
{{ .Commit.Message }}

	
{{ end }} {{ define "script" }} {{ end }}