diff --git a/demo/templates/components/wikipedia.html.twig b/demo/templates/components/wikipedia.html.twig
index 2e78014a9..952760559 100644
--- a/demo/templates/components/wikipedia.html.twig
+++ b/demo/templates/components/wikipedia.html.twig
@@ -9,14 +9,14 @@
{% for message in this.messages %}
{% include '_message.html.twig' with { message, latest: loop.last } %}
- {% if message.metadata.has('sources') %}
-
-
Sources:
-
- {% for source in message.metadata.get('sources') %}
- - {{ source.name }}
- {% endfor %}
-
+ {% if message.metadata.has('sources') and 0 != message.metadata.get('sources')|length %}
+
{% endif %}
{% else %}