From 6ba418c9b2fd02b2f784c20f83bd040585689c5f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 22 Oct 2020 13:03:50 -0400 Subject: Generalize sidebar categorization logic --- themes/alps/message.html | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'themes/alps/message.html') diff --git a/themes/alps/message.html b/themes/alps/message.html index 2926641..713d3bc 100644 --- a/themes/alps/message.html +++ b/themes/alps/message.html @@ -1,5 +1,6 @@ {{template "head.html" .}} {{template "nav.html" .}} +{{template "util.html" .}} {{define "message-part-tree"}} {{/* nested templates can't access the parent's context */}} @@ -28,31 +29,8 @@ {{end}}
- {{$current := .Mailbox}} - - + {{ $current := .Mailbox }} + {{ template "aside" . }}
-- cgit v1.2.3