diff --git a/_layouts/basic.html b/_layouts/basic.html
new file mode 100644
index 0000000000..d2b684df52
--- /dev/null
+++ b/_layouts/basic.html
@@ -0,0 +1,15 @@
+
+
+
+ {% include head.html %}
+
+
+ {% include header.html %}
+
+ {{ content }}
+
+ {% include footer.html %}
+
+ {% include footer-scripts.html %}
+
+
diff --git a/case-studies/index.html b/case-studies/index.html
index 9a09623206..e4e15111c5 100644
--- a/case-studies/index.html
+++ b/case-studies/index.html
@@ -1,16 +1,10 @@
---
title: Case Studies
+layout: basic
class: gridPage
+cid: caseStudies
---
-
-
-{% include head.html %}
-
-
-
-{% include header.html %}
-
Kubernetes User Case Studies
A collection of users running Kubernetes in production.
@@ -103,7 +97,3 @@ class: gridPage
-{% include footer.html %}
-
-
-
diff --git a/case-studies/pearson.html b/case-studies/pearson.html
index 34afa89522..45428b0bf3 100644
--- a/case-studies/pearson.html
+++ b/case-studies/pearson.html
@@ -1,16 +1,10 @@
---
title: Pearson Case Study
+layout: basic
class: gridPage
+cid: caseStudies
---
-
-
-{% include head.html %}
-
-
-
-{% include header.html %}
-
@@ -85,8 +79,3 @@ class: gridPage
-
-{% include footer.html %}
-
-
-
diff --git a/case-studies/wikimedia.html b/case-studies/wikimedia.html
index 50a3910b75..7431c13650 100644
--- a/case-studies/wikimedia.html
+++ b/case-studies/wikimedia.html
@@ -1,16 +1,10 @@
---
title: Wikimedia Case Study
+layout: basic
class: gridPage
+cid: caseStudies
---
-
-
-{% include head.html %}
-
-
-
-{% include header.html %}
-
@@ -100,8 +94,3 @@ class: gridPage
-
-{% include footer.html %}
-
-
-
diff --git a/community/index.html b/community/index.html
index b142585874..4686ebb442 100644
--- a/community/index.html
+++ b/community/index.html
@@ -1,17 +1,11 @@
---
title: Community
+layout: basic
+cid: community
---
-
-
-{% include head.html %}
-
-
-
-{% include header.html %}
-
@@ -65,8 +59,3 @@ title: Community
-
-{% include footer.html %}
-
-
-
diff --git a/partners/index.html b/partners/index.html
index 65127b8b3b..13ee6e2396 100644
--- a/partners/index.html
+++ b/partners/index.html
@@ -1,16 +1,10 @@
---
title: Partners
+layout: basic
class: gridPage
+cid: partners
---
-
-
-{% include head.html %}
-
-
-
-{% include header.html %}
-
Kubernetes Partners
Growing the Kubernetes ecosystem.
@@ -27,8 +21,6 @@ class: gridPage
-{% include footer.html %}
-
@@ -36,6 +28,3 @@ class: gridPage
-
-
-