diff --git a/templates/index.html b/templates/index.html
index 96d0c17..7daf734 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -49,12 +49,14 @@
{% block body_tag%}
-
+
{% endblock body_tag %}
{% block header %}
-
+
+
+
{{ macros::render_header(path="/") }}
{% endblock header %}
diff --git a/templates/section.html b/templates/section.html
index 3ddd12e..97c644f 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -15,10 +15,12 @@
{% endblock header %}
+{% block hero%}
+{% endblock hero %}
{% block content %}
-
+
{{ section.title }}
{% for page in section.pages %}