diff --git a/galactus.info.yml b/galactus.info.yml
index 460762d..f0bd022 100644
--- a/galactus.info.yml
+++ b/galactus.info.yml
@@ -43,7 +43,9 @@ regions:
breadcrumb: 'Breadcrumb'
help: 'Help'
highlighted: 'Highlighted'
+ header: 'Header'
content: 'Content'
+ footer: 'Footer'
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
secondary_content: 'Secondary Content'
diff --git a/templates/layout/page.html.twig b/templates/layout/page.html.twig
index 330cb10..df0b6f8 100755
--- a/templates/layout/page.html.twig
+++ b/templates/layout/page.html.twig
@@ -201,6 +201,13 @@
{% endif %}
{% endif %}
+
+ {% if page.header %}
+