diff --git a/templates/base.html b/templates/base.html
index 5b2f764..5a2d6ce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,20 +1,22 @@
-
+
- {% if title %}{{ title }} - {% endif %}Structables
-
-
+
+
+ {% if title %}{{ title }} - {% endif %}Structables
-
-
+
+
- {% include "header.html" %}
- {% block content %}
- {% endblock %}
- {% include "footer.html" %}
+ {% include "header.html" %}
+
+ {% block content %}
+ {% endblock %}
+
+ {% include "footer.html" %}
\ No newline at end of file