Add missing public/message.html

This commit is contained in:
Simon Ser 2019-12-02 19:55:52 +01:00
parent 25c63d0530
commit 80eeaeeb1e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

11
public/message.html Normal file
View file

@ -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"}}