diff --git a/templates/base.html b/templates/base.html
index 14817ca52..c3e477376 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,26 +18,8 @@
{% now "Y" as now_year %}
-
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
diff --git a/templates/cavebase.html b/templates/cavebase.html
index e6854759d..bb499190a 100644
--- a/templates/cavebase.html
+++ b/templates/cavebase.html
@@ -18,6 +18,10 @@
{% endif %}
{% now "Y" as now_year %}
+
+
+{% include 'editlinks.html' %}
+
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
{% block content %}{% endblock %}
diff --git a/templates/editlinks.html b/templates/editlinks.html
new file mode 100644
index 000000000..b1d98bff1
--- /dev/null
+++ b/templates/editlinks.html
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/templates/headpic.html b/templates/headpic.html
new file mode 100644
index 000000000..c151f2fa9
--- /dev/null
+++ b/templates/headpic.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file