{{ define "title" }} dodo app: {{ .Name }} {{ end }} {{- define "content" -}}

Branch: {{- .Branch -}}

{{ .GitCloneCommand }}
{{- if ne .Branch "master" -}}
{{- end -}}
Logs
{{- template "resources" .LastCommit -}}

Commit History

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

Branches

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