diff --git a/themes/alps/message.html b/themes/alps/message.html
index 8d6c425..350ab0a 100644
--- a/themes/alps/message.html
+++ b/themes/alps/message.html
@@ -190,7 +190,13 @@
{{ if eq $text.PathString .Part.PathString }}
class="active"
{{ end }}
- >Plain text
+ >
+ {{ if eq $text.MIMEType "text/html" }}
+ HTML
+ {{ else }}
+ Plain text
+ {{ end }}
+
{{ if and $html $text }}
{{ if ne $html.PathString $text.PathString }}