{{ define "KeyChangeNotification" }}


We have detected the following event: {{.Event}}

Details are as follows:
{{ range $key , $value := .Data }}
	{{ $key }}: {{ $value }}
{{ end }}

{{ end }}
