diff --git a/web/templates/bookmarklet.html b/web/templates/bookmarklet.html
new file mode 100644
index 0000000..73c23d1
--- /dev/null
+++ b/web/templates/bookmarklet.html
@@ -0,0 +1,7 @@
+
+
+
+ {{ template "add_url_form.html" .}}
+
+
+
\ No newline at end of file
diff --git a/web/templates/manage.html b/web/templates/manage.html
index 91f6f73..8b83596 100644
--- a/web/templates/manage.html
+++ b/web/templates/manage.html
@@ -1,12 +1,16 @@
-
Manage:
-
-
+
Manage links
- id | url | created | scraped |
+
+ id |
+ title/url |
+ tags |
+ created |
+ scraped |
+
{{ range .bookmarks }}
{{ .ID }} |
@@ -15,11 +19,14 @@
{{ niceURL .URL }}
- {{ (nicetime .TimestampCreated).HumanDuration }} ago |
- {{ (nicetime .TimestampLastScraped).HumanDuration }} ago |
+
+ {{ join .Tags ", " }}
+ |
+ {{ (nicetime .TimestampCreated).HumanDuration }} ago |
+ {{ (nicetime .TimestampLastScraped).HumanDuration }} ago |
-
+ scrape
|
{{ end }}
diff --git a/web/templates/search.html b/web/templates/search.html
index 1e3d84d..54057b3 100644
--- a/web/templates/search.html
+++ b/web/templates/search.html
@@ -1,9 +1,9 @@
-
+
-
Search:
+ Search
-
Searching...
+
Searching...
-
+
{{ template "add_url_form.html" . }}
-
+