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