diff --git a/_includes/header.njk b/_includes/header.njk
new file mode 100644
index 0000000..5ef7c10
--- /dev/null
+++ b/_includes/header.njk
@@ -0,0 +1,6 @@
+
+ ESE Logo
+
+
diff --git a/_layouts/page.njk b/_layouts/page.njk
index 83e842a..1c85b47 100644
--- a/_layouts/page.njk
+++ b/_layouts/page.njk
@@ -6,6 +6,10 @@
{% if title %}{{ title }} | {% endif %}ESE {{ year }}
- {{ content | safe }}
+ {% include 'header.njk' %}
+
+
+ {{ content | safe }}
+