diff --git a/_layouts/main.html b/_layouts/main.html
new file mode 100644
index 000000000..13d958800
--- /dev/null
+++ b/_layouts/main.html
@@ -0,0 +1,17 @@
+
+
+
+
+ {% include head.html %}
+
+
+
+ {% include navigation.html %}
+
+
+ {% include header.html %}
+ {{content}}
+ {% include footer.html %}
+
+
+
diff --git a/_layouts/page.html b/_layouts/page.html
index 13d958800..8a67f6162 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -10,7 +10,10 @@
{% include header.html %}
- {{content}}
+
+ {{ page.title }}
+ {{content}}
+
{% include footer.html %}