X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/ceeb0b43e6348db02089cd642bf4e7a54bc480ce..d82db041f520a51eccee6788ebc3a494e2a4280f:/templates/base.html?ds=inline
diff --git a/templates/base.html b/templates/base.html
index f76b66a..ee565e1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,13 +18,26 @@
{% for item in content_menu %}
+ {% block breadcrumb %}
+
+
+ {% for item in content_breadcrumb %}
+ {% if not forloop.last %}
+ {{ item.title }} >
+ {%else %}
+ {{ item.title }}
+ {% endif %}
+ {% endfor %}
+
+
+ {% endblock %}
{% block submenu %}
{% if content_submenu %}