From d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 12 Dec 2019 13:54:57 -0500 Subject: Add simple Sourcehut-based theme --- public/themes/sourcehut/mailbox.html | 84 ++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 public/themes/sourcehut/mailbox.html (limited to 'public/themes/sourcehut/mailbox.html') diff --git a/public/themes/sourcehut/mailbox.html b/public/themes/sourcehut/mailbox.html new file mode 100644 index 0000000..cefe1d8 --- /dev/null +++ b/public/themes/sourcehut/mailbox.html @@ -0,0 +1,84 @@ +{{template "head.html"}} +{{template "nav.html"}} + + +
+
+
+

{{.Mailbox.Name}}

+ +
+
+
+
+
+
+ +
+
+ {{if .Messages}} + + +

+ {{if ge .PrevPage 0}} + Prev + {{end}} + {{if and (ge .PrevPage 0) (ge .NextPage 0)}}ยท{{end}} + {{if ge .NextPage 0}} + Next + {{end}} +

+ {{else}} +

Mailbox is empty.

+ {{end}} +
+
+
+ +{{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b