diff options
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index 0225482..dfc79fe 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -55,6 +55,9 @@ {{ .Envelope.Date | formatdate }} </div> {{ end }} + {{if not .Messages}} + <p class="empty-list">Nothing here yet.</p> + {{end}} </div> </section> <section class="actions"> |