From e93346ffa90f6c09a9a57b48c6607925dc7ff46e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:57:30 +0100 Subject: Remove the public/ directory Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. --- themes/sourcehut/mailbox.html | 84 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 themes/sourcehut/mailbox.html (limited to 'themes/sourcehut/mailbox.html') diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html new file mode 100644 index 0000000..cefe1d8 --- /dev/null +++ b/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