diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-02 18:21:45 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-02 18:21:45 +0100 |
commit | 39629b074063f4f33d8b82c22023d7207bc431de (patch) | |
tree | 96ff288aa5f65d6ef11fc75528564d3266e594c7 /public | |
parent | e9d31b0940793542021b5218e406d6e0c668c185 (diff) | |
download | alps-39629b074063f4f33d8b82c22023d7207bc431de.tar.gz alps-39629b074063f4f33d8b82c22023d7207bc431de.zip |
Add basic message list
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"}} |