diff --git a/templates/base.html b/templates/base.html index 753c62e..cc2ae46 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ + {% include 'css/css.html' %} {% block title %} {% endblock %} @@ -17,22 +18,17 @@ {% endfor %} -
- {% block content %} - - {% endblock %} + {% block content %}{% endblock %}
- {% include 'js/js.html' %} - \ No newline at end of file diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 4cd9020..b062ad2 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -4,7 +4,7 @@