diff --git a/index.html.j2 b/index.html.j2
index dfe5783..e46b47b 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -55,12 +55,7 @@
     <p>
       {{ _("This is an auditor for the %(curr)s currency.", curr=currency) }}
     </p>
-    <ul>
-      <li><a href="{{ intro_url }}">Introduction</a></li>
-      <li><a href="{{ bank_url }}">Bank</a></li>
-      <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
-      <li><a href="{{ merchant_donations_url }}">Donations</a></li>
-    </ul>
+    {% include "static/web-common/demobar-menu.html" %}
     <p>
       {% trans %}
       You can learn more about Taler on our main <a href="https://taler.net/">website</a>.
