{% endblock %}
diff --git a/bookmarks/templates/bookmarks/head.html b/bookmarks/templates/bookmarks/head.html
index 81b9c17..1f64e9d 100644
--- a/bookmarks/templates/bookmarks/head.html
+++ b/bookmarks/templates/bookmarks/head.html
@@ -12,7 +12,7 @@
- linkding
+ {{ page_title|default:'Linkding' }}
{# Include specific theme variant based on user profile setting #}
{% if request.user_profile.theme == 'light' %}
diff --git a/bookmarks/templates/bookmarks/index.html b/bookmarks/templates/bookmarks/index.html
index e17f5e6..93c4f7d 100644
--- a/bookmarks/templates/bookmarks/index.html
+++ b/bookmarks/templates/bookmarks/index.html
@@ -3,14 +3,16 @@
{% load shared %}
{% load bookmarks %}
+{% block title %}Bookmarks - Linkding{% endblock %}
+
{% block content %}
{# Bookmark list #}
-
-
-
Bookmarks
+
+
+
Bookmarks
{% bookmark_search bookmark_list.search %}
{% include 'bookmarks/bulk_edit/toggle.html' %}
@@ -28,17 +30,19 @@
{% include 'bookmarks/bookmark_list.html' %}
-
+
{# Tag cloud #}
-
-
-
Tags
-
-
- {% include 'bookmarks/tag_cloud.html' %}
-
-
+
+
+
+
Tags
+
+
+ {% include 'bookmarks/tag_cloud.html' %}
+
+
+
{% endblock %}
diff --git a/bookmarks/templates/bookmarks/layout.html b/bookmarks/templates/bookmarks/layout.html
index fd42b81..9508cf6 100644
--- a/bookmarks/templates/bookmarks/layout.html
+++ b/bookmarks/templates/bookmarks/layout.html
@@ -3,7 +3,7 @@
{# Use data attributes as storage for access in static scripts #}
-{% include 'bookmarks/head.html' %}
+{% block head %}{% include 'bookmarks/head.html' %}{% endblock %}
+
+
+ LINKDING
- {% if request.user.is_authenticated %}
- {# Only show nav items menu when logged in #}
- {% include 'bookmarks/nav_menu.html' %}
- {% else %}
- {# Otherwise show login link #}
- Login
- {% endif %}
+