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