alps/public/message.html

12 lines
168 B
HTML
Raw Normal View History

2019-12-02 18:55:52 +00:00
{{template "head"}}
<h1>koushin</h1>
<a href="/mailbox/{{.Mailbox.Name}}">Back</a>
<h2>{{.Message.Envelope.Subject}}</h2>
<pre>{{.Body}}</pre>
{{template "foot"}}