diff --git a/main/templates/main/base.html b/main/templates/main/base.html index 3e80b92..25c18de 100644 --- a/main/templates/main/base.html +++ b/main/templates/main/base.html @@ -17,27 +17,7 @@ {% endblock extra_css %} - + {% include "main/navbar.html" %}
{% block content %} {% endblock content %} diff --git a/main/templates/main/navbar.html b/main/templates/main/navbar.html new file mode 100644 index 0000000..ba05b76 --- /dev/null +++ b/main/templates/main/navbar.html @@ -0,0 +1,21 @@ +