diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/mailbox.html (renamed from public/index.html) | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/mailbox.html index 4a9566a..2f5cdb6 100644 --- a/public/index.html +++ b/public/mailbox.html @@ -9,4 +9,11 @@ {{end}} </ul> +<p>Messages:</p> +<ul> + {{range .Messages}} + <li>{{.Envelope.Subject}}</li> + {{end}} +</ul> + {{template "foot"}} |