docker-volume-backup/test/notifications/notifications.tmpl
2022-07-06 13:16:32 +02:00

8 lines
192 B
Cheetah

{{ define "title_success" -}}
Successful test run with {{ env "EXTRA_VALUE" }}, yay!
{{- end }}
{{ define "body_success" -}}
Backing up {{ .Stats.BackupFile.FullPath }} succeeded.
{{- end }}