Add missing public/message.html
This commit is contained in:
parent
25c63d0530
commit
80eeaeeb1e
1 changed files with 11 additions and 0 deletions
11
public/message.html
Normal file
11
public/message.html
Normal 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"}}
|
Loading…
Reference in a new issue