From 8af1ea92d138b221ad283d2e9771bf67ab38a55a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Feb 2025 07:29:30 +0100 Subject: Added bookmarks --- templates/bookmarks.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/bookmarks.html (limited to 'templates/bookmarks.html') diff --git a/templates/bookmarks.html b/templates/bookmarks.html new file mode 100644 index 0000000..edf137b --- /dev/null +++ b/templates/bookmarks.html @@ -0,0 +1,10 @@ +{{ template "base.html" . }} + +{{ define "content" }} +
+
+

{{ .Page.Title }}

+
+
{{ .Page.HTML }}
+
+{{ end }} -- cgit v1.2.3