diff --git a/templates/base.html b/templates/base.html index e4bdf13..9c5d996 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,10 @@ - + {% block title %}{% endblock %} {% block extra_head %}{% endblock %} @@ -20,10 +23,21 @@ {% block header_nav %}{% endblock %} -
- {% block content %}{% endblock %} -
- +
{% block content %}{% endblock %}
+ {% block extra_scripts %}{% endblock %} - \ No newline at end of file +