diff --git a/web/templates/base.html b/web/templates/base.html index 316bc94..99d3117 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,19 +1,59 @@ +{% load static %} + + + + + {% block title %}Illustrations{% endblock %} + + + {% block extra_head %}{% endblock %} + + + +
- + - - - - -
@@ -76,106 +83,5 @@ {% block extra_body %}{% endblock %} - - - - - - - \ No newline at end of file + + \ No newline at end of file