Info

Project Name: {{ .projectName }}
Branch Name: {{ .branchName }}
Currently running: {{ if .currentlyRunning }}yes{{ else }}no{{ end }}
HEAD: {{ if .currentlyRunning }}{{ .HEAD }}{{ else }}-{{ end }}

wip Serie

{{ if .wipSerie }} {{ block "serie" .wipSerie }}{{ end }} {{ else }} - {{ end }}

Log

{{ range $entry := .memory.Entries }} {{ $entry }}
{{ end }}