X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/c2e85644c4128b2545fd4bbe0382f4e2e502bd83..df318ffde3168c6166a2ef133624b78c4b67aca0:/templates/base.html diff --git a/templates/base.html b/templates/base.html index b471f8d..ee565e1 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 %}