diff --git a/demo/index.html.j2 b/demo/index.html.j2
index 2e1da37..3279a68 100644
--- a/demo/index.html.j2
+++ b/demo/index.html.j2
@@ -40,14 +40,7 @@
     <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
     <h1><span class="it"><a href="#">Introduction</a></span></h1>
     <p>This is the entry point of the Taler demo.  Follow the instructions and try Taler with the other pages linked below!</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>
-      <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
-      <li><a href="{{ backoffice_url }}">Back-office</a></li>
-    </ul>
+    {% include "static/web-common/demobar-menu.html" %}
     <p>You can learn more about Taler on our main <a href="https://taler.net">website</a>.</p>
   </div>
   <section id="main" class="content">
