diff --git a/templates/base.html b/templates/base.html
index dd1f943..9777e9b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,7 +13,7 @@
{{ utils.flashed_messages() }}
-{% block app_content %}{% endblock %}
+ {% block app_content %}{% endblock %}
{% endblock %}
diff --git a/templates/download.html b/templates/download.html
index 47dafba..d1ef058 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -5,7 +5,7 @@
{% block head %}
{{ super() }}
{% if filename is defined %}
-
+
{% endif %}
{% endblock %}