X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/66e84bbddc80e7f3ac04da6433a70da7da97698b..34f37c3a599b71862980eaebaf26019d0d46602c:/templates/base.html?ds=inline
diff --git a/templates/base.html b/templates/base.html
index 06cc632..3446a04 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,6 +4,7 @@
     
         
@@ -18,30 +19,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 %}