diff --git a/borgweb/borg/templates/borg/base.html b/borgweb/borg/templates/borg/base.html index dac08c4..905a562 100644 --- a/borgweb/borg/templates/borg/base.html +++ b/borgweb/borg/templates/borg/base.html @@ -3,10 +3,10 @@ - - {% block script %} {% load static %} {% load cache %} + + {% block script %} {% cache 3600 sass %} {% load compress %} @@ -20,6 +20,8 @@ {% block title %}Title{% endblock %} + +{% cache 3600 navbar %} +{% endcache %} {% block body %}{% endblock %}