{{ define "title" }} dodo app: {{ .Name }} {{ end }} {{- define "content" -}} {{ .GitCloneCommand }}
Logs
{{- template "resources" .LastCommit -}}

Commit History

{{- range .Commits -}} {{if eq .Status "OK" }}{{ else }}{{ end }} {{ .Hash }} {{ .Message }}
{{- end -}}

Branches

{{- range .Branches -}} {{ . }}
{{- end -}} {{- end -}}