diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-02 19:55:52 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-02 19:55:52 +0100 |
commit | 80eeaeeb1e05b97d1e37e84252962b82322dc9fd (patch) | |
tree | 1c9bd67634c6f61abc621b6691a2461666cae765 /public | |
parent | 25c63d05302fef11f79c30270a6e911da9010a38 (diff) | |
download | alps-80eeaeeb1e05b97d1e37e84252962b82322dc9fd.tar.gz alps-80eeaeeb1e05b97d1e37e84252962b82322dc9fd.zip |
Add missing public/message.html
Diffstat (limited to 'public')
-rw-r--r-- | public/message.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/message.html b/public/message.html new file mode 100644 index 0000000..9cd4a2e --- /dev/null +++ b/public/message.html @@ -0,0 +1,11 @@ +{{template "head"}} + +<h1>koushin</h1> + +<a href="/mailbox/{{.Mailbox.Name}}">Back</a> + +<h2>{{.Message.Envelope.Subject}}</h2> + +<pre>{{.Body}}</pre> + +{{template "foot"}} |