mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
8 lines
104 B
Smarty
8 lines
104 B
Smarty
{{- if ne .Name "" }}
|
|
|
|
### {{ .Name }}
|
|
{{ range $k,$v := .Messages }}
|
|
- {{ $v }}
|
|
{{- end }}
|
|
{{- end -}}
|