diff --git a/django/templates/base.html b/django/templates/base.html index 9340c71..1294600 100644 --- a/django/templates/base.html +++ b/django/templates/base.html @@ -10,8 +10,13 @@ {% include 'partials/_nav.html' %} - {% block content%}{% endblock %} - {% include 'partials/_footer.html' %} +
+ {% block content%}{% endblock %} +
+ {% include 'partials/_footer.html' %} +
+
+ {% block extra_js %}{% endblock %} \ No newline at end of file