X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/66e84bbddc80e7f3ac04da6433a70da7da97698b..8ad5847821fd7e03f3216e154c06f24d67af89f1:/templates/base.html diff --git a/templates/base.html b/templates/base.html index 06cc632..ee565e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,23 +18,36 @@ {% for item in content_menu %}
  • {{ item.title }}
  • {% endfor %} -
  • Photos
  • -
  • Blog
  • +
  • Photos
  • +
  • Blog
  • {% endblock %}
    + {% block breadcrumb %} + + {% endblock %} {% block submenu %} - {% endblock %} {% block content %} {{ content }}