X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/c2e85644c4128b2545fd4bbe0382f4e2e502bd83..1487722766c9e649c95a6f25ae29b0680bdc1be0:/templates/base.html?ds=sidebyside diff --git a/templates/base.html b/templates/base.html index b471f8d..430b8c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ {% block title %}{{ title }}{% endblock %} - +
@@ -12,20 +12,43 @@

SommitRealWeird

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