diff --git a/web/message.created.tmpl b/web/message.created.tmpl index 238358d..90cb57c 100644 --- a/web/message.created.tmpl +++ b/web/message.created.tmpl @@ -5,12 +5,27 @@
+ This is the only time you will see the generated PIN. The PIN will decrypt the message: +
++ {{.data.Pin}} +
+ Link to the message +Created at: {{ .data.Timestamp }}
-PIN: {{.data.Pin}}
-Content: {{.data.Content}}
+ID: {{ .data.PartitionKey }}
+Created at: {{ .data.Timestamp }}
+ + {{if .data.Pin}} +{{.data.Content}}
+ {{else}} +Message decrypted and deleted!
+ {{else}} + + {{end}} -ID: {{ .data.PartitionKey }}
-Created at: {{ .data.Timestamp }}
- {{if .data.Pin}} -PIN: {{.data.Pin}}
- {{else}} - - {{end}} - {{if .data.Content}}Content: {{.data.Content}}
{{end}} +