aboutsummaryrefslogtreecommitdiff
path: root/public/message.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/message.html')
-rw-r--r--public/message.html11
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"}}