diff --git a/templates/base.html b/templates/base.html
index 185cd205..8416032f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,6 +16,7 @@
+
{% block template_vars %}{% endblock %}
{% include 'navigation/topbar.html' %}
@@ -33,7 +34,6 @@
{% include 'footer.html' %}
-
{% block modal %}{% endblock %}