diff --git a/templates/base_main.html b/templates/base_main.html
index 65bbc33..de264fd 100644
--- a/templates/base_main.html
+++ b/templates/base_main.html
@@ -17,6 +17,9 @@
Create account
{% endif %}
+
{% block main %}
diff --git a/templates/index.html b/templates/index.html
index f832f16..a36b4e1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,4 +2,7 @@
{% block title %}Barn{% endblock %}
{% block main %}
Barn
+
{% endblock %}