diff --git a/templates/base.html b/templates/base.html
index 14817ca5..c3e47737 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 e6854759..bb499190 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 00000000..b1d98bff
--- /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 00000000..c151f2fa
--- /dev/null
+++ b/templates/headpic.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file