diff --git a/src/project/templates/project/breadcrumb.html b/src/project/templates/project/breadcrumb.html
new file mode 100644
index 0000000..e77052e
--- /dev/null
+++ b/src/project/templates/project/breadcrumb.html
@@ -0,0 +1,11 @@
+{% load i18n %}
+
+{% with ancestors|last as last %}
+ {% if ancestors|length > 3 or request.current_page.parent.reverse_id == 'calendar' or request.current_page.parent.reverse_id == 'news' %}
+
+
+
+
+
+ {% endif %}
+{% endwith %}
diff --git a/src/project/templates/project/includes/content_intro.html b/src/project/templates/project/includes/content_intro.html
index 2cfad1a..e4f46bd 100644
--- a/src/project/templates/project/includes/content_intro.html
+++ b/src/project/templates/project/includes/content_intro.html
@@ -1,7 +1,8 @@
-{% load i18n cms_tags thumbnail %}
+{% load i18n cms_tags menu_tags thumbnail %}