X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/ceeb0b43e6348db02089cd642bf4e7a54bc480ce..HEAD:/templates/base.html diff --git a/templates/base.html b/templates/base.html index f76b66a..eacc07e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,9 @@ {% block title %}{{ title }}{% endblock %} - + {% load static %} + + {% block extrahead %}{% endblock %}
@@ -18,13 +20,26 @@ {% for item in content_menu %}
  • {{ item.title }}
  • {% endfor %} -
  • Photos
  • -
  • Blog
  • +
  • Photos
  • +
  • Blog
  • {% endblock %}
    + {% block breadcrumb %} + + {% endblock %} {% block submenu %} {% if content_submenu %}