X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/ceeb0b43e6348db02089cd642bf4e7a54bc480ce..2e02e107aff23d09c81ac970101ebe2f9ce5e760:/templates/base.html?ds=inline diff --git a/templates/base.html b/templates/base.html index f76b66a..ebd630e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,6 +25,19 @@ </div> </div> <div id="content"> + {% block breadcrumb %} + <div id="breadcrumb"> + <p> + {% for item in content_breadcrumb %} + {% if not forloop.last %} + <a href="{{ item.url }}">{{ item.title }}</a> > + {%else %} + {{ item.title }} + {% endif %} + {% endfor %} + </p> + </div> + {% endblock %} {% block submenu %} {% if content_submenu %} <div id="submenu">