X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/d4b37caed377b2739b82a3ac6e002f008d2616bd..d987453434efe64f9333c1ec67dc2dfd003b4900:/templates/base.html diff --git a/templates/base.html b/templates/base.html index 957d995..ee565e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,20 +12,43 @@

SommitRealWeird

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