From 7456c9574cfe5cffb26aa2c8abe72682308d5fd5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 13 May 2020 14:47:56 -0400 Subject: alps: theme contact list page --- themes/alps/address-book.html | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 themes/alps/address-book.html (limited to 'themes/alps/address-book.html') diff --git a/themes/alps/address-book.html b/themes/alps/address-book.html new file mode 100644 index 0000000..60292bf --- /dev/null +++ b/themes/alps/address-book.html @@ -0,0 +1,47 @@ +{{template "head.html" .}} +{{template "nav.html" .}} + +
+ + +
+
+
+
+ {{ template "contacts-header.html" . }} +
+ +
+
+ {{range .AddressObjects}} +
+ +
+ +
+ {{$email := .Card.PreferredValue "EMAIL"}} + {{if $email}} + {{$email}} + {{end}} +
+ {{end}} +
+
+ +
+ {{ template "contacts-header.html" . }} +
+
+
+
+ +{{template "foot.html"}} -- cgit v1.2.3