diff --git a/core/templates/base.html b/core/templates/base.html index f712934..67b9419 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,25 +1,39 @@ +{% load static %} - - {% block title %}Knowledge Base{% endblock %} - {% if project_description %} - - - - {% endif %} - {% if project_image_url %} - - - {% endif %} - {% load static %} - - {% block head %}{% endblock %} + + + + + {% if project_description %} + + + + {% endif %} + {% if project_image_url %} + + + {% endif %} + + + + + + + + + {% block title %}Inventory Dashboard!!!{% endblock %} + + {% block head %}{% endblock %} {% block content %}{% endblock %} - \ No newline at end of file +