diff --git a/templates/view.tmpl b/templates/view.tmpl index 082ef04..ffb727e 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -61,9 +61,14 @@ a.deleteable {
+{{ if .Encrypted }} +
+  {{ .Body }}
+
+{{ else }} {{ .Body }} -
- +{{ end }} +