alps/public/message.html
2019-12-02 19:55:52 +01:00

11 lines
168 B
HTML

{{template "head"}}
<h1>koushin</h1>
<a href="/mailbox/{{.Mailbox.Name}}">Back</a>
<h2>{{.Message.Envelope.Subject}}</h2>
<pre>{{.Body}}</pre>
{{template "foot"}}