X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/66e84bbddc80e7f3ac04da6433a70da7da97698b..29f2eef0ba05968f84c3afad30e1fa105fc56ed3:/templates/base.html
diff --git a/templates/base.html b/templates/base.html
index 06cc632..eacc07e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,9 @@
@@ -18,30 +20,43 @@
{% 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 %}
-
{% endblock %}
{% block content %}
{{ content }}
{% endblock %}