aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-02 18:21:45 +0100
committerSimon Ser <contact@emersion.fr>2019-12-02 18:21:45 +0100
commit39629b074063f4f33d8b82c22023d7207bc431de (patch)
tree96ff288aa5f65d6ef11fc75528564d3266e594c7 /public
parente9d31b0940793542021b5218e406d6e0c668c185 (diff)
downloadalps-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"}}