diff --git a/templates/base.html b/templates/base.html index a23ef42..a2a1e8a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,10 +3,14 @@ - + - {% block title %}ProCatalog{% endblock %} {# #} + {{ settings.CUSTOMER_NAME }} ProCatalog: {% block title %}{% endblock %} + + + + {% include "nav.html" %}