diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index 7a942f13a..d64d412d4 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -1,5 +1,7 @@
+ <%= raw content_block("subnavigation_before", I18n.locale) %>
+
<% if feature?(:debates) %>
-
<%= layout_menu_link_to t("layouts.header.debates"),
@@ -59,5 +61,7 @@
class: ("is-active" if current_page?(help_path)),
title: t("shared.go_to_page") + t("layouts.header.help") %>
+
+ <%= raw content_block("subnavigation_after", I18n.locale) %>