diff --git a/themes/aurelia-theme/layouts/contact/single.html b/themes/aurelia-theme/layouts/contact/single.html
index 04ebb49..16b7fc3 100644
--- a/themes/aurelia-theme/layouts/contact/single.html
+++ b/themes/aurelia-theme/layouts/contact/single.html
@@ -1,21 +1,6 @@
{{ define "main" }}
-
-
-
-
-
-
-
- {{ .Title }}
-
- {{ with .Description }}
-
{{ . }}
- {{ end }}
-
-
+
+{{ partial "page-header" . }}
diff --git a/themes/aurelia-theme/layouts/examples/single.html b/themes/aurelia-theme/layouts/examples/single.html
index d5c93b1..1a41549 100644
--- a/themes/aurelia-theme/layouts/examples/single.html
+++ b/themes/aurelia-theme/layouts/examples/single.html
@@ -1,21 +1,6 @@
{{ define "main" }}
-
-
-
-
-
-
-
- {{ .Title }}
-
- {{ with .Description }}
-
{{ . }}
- {{ end }}
-
-
+
+{{ partial "page-header" . }}
diff --git a/themes/aurelia-theme/layouts/faq/single.html b/themes/aurelia-theme/layouts/faq/single.html
index 5701e07..f6cc7c1 100644
--- a/themes/aurelia-theme/layouts/faq/single.html
+++ b/themes/aurelia-theme/layouts/faq/single.html
@@ -1,21 +1,6 @@
{{ define "main" }}
-
-
-
-
-
-
-
- {{ .Title }}
-
- {{ with .Description }}
-
{{ . }}
- {{ end }}
-
-
+
+{{ partial "page-header" . }}
diff --git a/themes/aurelia-theme/layouts/learn/single.html b/themes/aurelia-theme/layouts/learn/single.html
index d1ef254..276ac0a 100644
--- a/themes/aurelia-theme/layouts/learn/single.html
+++ b/themes/aurelia-theme/layouts/learn/single.html
@@ -1,21 +1,6 @@
{{ define "main" }}
-
-
-
-
-
-
- {{ .Title }}
-
- {{ with .Description }}
-
{{ . }}
- {{ end }}
-
-
+{{ partial "page-header" . }}
diff --git a/themes/aurelia-theme/layouts/partials/page-header.html b/themes/aurelia-theme/layouts/partials/page-header.html
new file mode 100644
index 0000000..0fa6d00
--- /dev/null
+++ b/themes/aurelia-theme/layouts/partials/page-header.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+ {{ .Title }}
+
+ {{ with .Description }}
+
{{ . }}
+ {{ end }}
+
+
\ No newline at end of file
diff --git a/themes/aurelia-theme/layouts/roadmap/single.html b/themes/aurelia-theme/layouts/roadmap/single.html
index 1306205..7c83d95 100644
--- a/themes/aurelia-theme/layouts/roadmap/single.html
+++ b/themes/aurelia-theme/layouts/roadmap/single.html
@@ -1,21 +1,6 @@
{{ define "main" }}
-
-
-
-
-
-
-
- {{ .Title }}
-
- {{ with .Description }}
-
{{ . }}
- {{ end }}
-
-
+
+{{ partial "page-header" . }}