X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/c2e85644c4128b2545fd4bbe0382f4e2e502bd83..2be03e537ecc3396abc91621c5bfb23ecc125e47:/templates/base.html diff --git a/templates/base.html b/templates/base.html index b471f8d..cb3a718 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,8 @@ {% block title %}{{ title }}{% endblock %} - + + {% block extrahead %}{% endblock %}
@@ -12,26 +13,49 @@

SommitRealWeird

+ {% block breadcrumb %} + + {% endblock %} + {% block submenu %} + {% if content_submenu %} + + {% endif %} + {% endblock %} {% block content %} {{ content }} {% endblock %}