From fc427e26493d4bd070c09e5dbc348a1355c00e38 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 13 Feb 2020 05:00:54 +0100 Subject: Add /bookmarks/new endpoint. Change-Id: I903dbf5f918e1478fff82e5ebf6f3e3e2766572d --- .../templates/benki/bookmarks/newBookmark.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/templates/benki/bookmarks/newBookmark.html (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/bookmarks/newBookmark.html b/src/main/resources/templates/benki/bookmarks/newBookmark.html new file mode 100644 index 0000000..cb3147d --- /dev/null +++ b/src/main/resources/templates/benki/bookmarks/newBookmark.html @@ -0,0 +1,26 @@ +{@java.util.List bookmarks} +{@java.lang.Boolean authenticated} + +{#include base.html} + +{#title}Benki Bookmarks{/title} +{#siteSection}Bookmarks{/siteSection} +{#bookmarksClass}this-page{/bookmarksClass} + +{#head}{/head} + +{#body} + + + + + + + +{/body} + +{/include} -- cgit v1.2.3