diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig
index 4cd8dac6..403da0ec 100644
--- a/source/_layouts/default.html.twig
+++ b/source/_layouts/default.html.twig
@@ -23,28 +23,7 @@
{% block styles %}{% endblock %}
-
+ {% include 'navbar' %}
@@ -54,20 +33,7 @@
{% endblock %}
-
-
- Drupal Association
-
-
-
-
-
-
- DrupalCon LA
-
-
-
-
+ {% include 'sidebar' %}
{# .row #}
{# .container #}
diff --git a/source/_partials/navbar.html.twig b/source/_partials/navbar.html.twig
new file mode 100644
index 00000000..7f62aa81
--- /dev/null
+++ b/source/_partials/navbar.html.twig
@@ -0,0 +1,22 @@
+
\ No newline at end of file
diff --git a/source/_partials/sidebar.html.twig b/source/_partials/sidebar.html.twig
new file mode 100644
index 00000000..2dde6d28
--- /dev/null
+++ b/source/_partials/sidebar.html.twig
@@ -0,0 +1,14 @@
+
+
+ Drupal Association
+
+
+
+
+
+
+ DrupalCon LA
+
+
+
+
\ No newline at end of file