X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/66e84bbddc80e7f3ac04da6433a70da7da97698b..e1b491186d911fcdc98b18b4c0031ed65d43fdae:/templates/base.html?ds=inline
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 %}