diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index a3afa5839..4211c2a18 100644
--- a/home/templates/home/home_page.html
+++ b/home/templates/home/home_page.html
@@ -9,59 +9,12 @@
{% block content %}
-
Skip to main content
{% include 'home/tags/banners_list.html' with banners=banners %}
-
- {% if page.home_featured_content %}
- {% flat_menu LANGUAGE_CODE|add:'_menu_live' template="nav_bar.html" %}
- {% include_block page.home_featured_content %}
- {% endif %}
+
+ {% if page.home_featured_content %}
+ {% flat_menu LANGUAGE_CODE|add:'_menu_live' template="nav_bar.html" %}
+ {% include_block page.home_featured_content %}
+ {% endif %}
-
-
-
-
-
{% endblock content %}
diff --git a/home/templates/home/tags/top_level_sections.html b/home/templates/home/tags/top_level_sections.html
index 16b57f657..df4458d9a 100644
--- a/home/templates/home/tags/top_level_sections.html
+++ b/home/templates/home/tags/top_level_sections.html
@@ -1,7 +1,16 @@
{% load static wagtailcore_tags wagtailimages_tags i18n generic_components image_tags %}
+{% load static menu_tags i18n wagtailimages_tags home_tags image_tags generic_components %}
+
+{% get_current_language as LANGUAGE_CODE %}