- {# Bookmark list #}
-
-
-
-
- {# Filters #}
-
- {% include 'bookmarks/bundle_section.html' %}
- {% include 'bookmarks/tag_section.html' %}
-
-
-{% endblock %}
-{% block overlays %}
- {% include 'bookmarks/details/modal.html' %}
-{% endblock %}
diff --git a/bookmarks/templates/bookmarks/bookmark_page.html b/bookmarks/templates/bookmarks/bookmark_page.html
new file mode 100644
index 0000000..d490540
--- /dev/null
+++ b/bookmarks/templates/bookmarks/bookmark_page.html
@@ -0,0 +1,59 @@
+{% extends "shared/layout.html" %}
+{% load static shared bookmarks %}
+{% block content %}
+
+ {# Bookmark list #}
+
+
+
+
+ {# Filters #}
+
+ {% if bundles %}
+ {% include 'bookmarks/bundle_section.html' %}
+ {% endif %}
+ {% if user_list %}
+ {% include 'bookmarks/user_section.html' %}
+ {% endif %}
+ {% include 'bookmarks/tag_section.html' %}
+
+
+{% endblock %}
+{% block overlays %}
+ {% include 'bookmarks/details/modal.html' %}
+{% endblock %}
diff --git a/bookmarks/templates/bookmarks/bulk_edit/toggle.html b/bookmarks/templates/bookmarks/bulk_edit/toggle.html
deleted file mode 100644
index 9f1cdf2..0000000
--- a/bookmarks/templates/bookmarks/bulk_edit/toggle.html
+++ /dev/null
@@ -1,16 +0,0 @@
-