diff --git a/src/templates/base.html b/src/templates/base.html index 16e5d8f..ae50fc5 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -10,16 +10,16 @@ - + {% block title %}{% endblock title %} {% include "components/navbar.html" %} - +
{% block content %}{% endblock content %}
- + {% include "components/footer.html" %} diff --git a/src/templates/components/navbar.html b/src/templates/components/navbar.html index 1be78ee..c052d79 100644 --- a/src/templates/components/navbar.html +++ b/src/templates/components/navbar.html @@ -8,9 +8,7 @@ - +