diff --git a/templates/base.html b/templates/base.html
index 94fe993..7b1cbde 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,7 @@
{% block title %}{% endblock %}
-
+
{% block style %}
{% endblock %}
@@ -18,6 +18,6 @@
{% block nav %}{{ navbar() }}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}
-
+