diff --git a/sirius/templates/nav.html b/sirius/templates/nav.html index d85d2cf..d87ce9e 100644 --- a/sirius/templates/nav.html +++ b/sirius/templates/nav.html @@ -1,60 +1,123 @@ -{% extends 'base.html' %} - -{% load static %} - -{% block body %} - - - -
- -
-
- {% block main %} - {% endblock %} -
- -{% endblock %} \ No newline at end of file +{% extends 'base.html' %} + +{% load static %} + +{% block body %} + + + + + + + + + + + + + +
+ {% block main %} + {% endblock %} +
+ + {% endblock %} \ No newline at end of file