diff --git a/source/_includes/banner.html.twig b/source/_includes/banner.html.twig
new file mode 100644
index 0000000..003b6d2
--- /dev/null
+++ b/source/_includes/banner.html.twig
@@ -0,0 +1,18 @@
+
diff --git a/source/_includes/footer.html.twig b/source/_includes/footer.html.twig
new file mode 100644
index 0000000..2b9453f
--- /dev/null
+++ b/source/_includes/footer.html.twig
@@ -0,0 +1,9 @@
+
diff --git a/source/index.html.twig b/source/index.html.twig
index c3626c9..def4eb4 100644
--- a/source/index.html.twig
+++ b/source/index.html.twig
@@ -25,31 +25,7 @@ twitter_url: https://twitter.com/drupalcampbris
Skip to main content
-
+ {% include 'banner' %}
@@ -76,15 +52,8 @@ twitter_url: https://twitter.com/drupalcampbris
Thanks to all previous speakers, sponsors and attendees. See you in 2019!
-
+
+ {% include 'footer' %}