{%- for url in infobox.urls -%}
{%- if 'Wikipedia' == url.title or not 'Wiki' in url.title -%}
{%- if 'Wikipedia' in url.title -%}
{% include 'simple/svg/wikipedia.svg' without context %}
{%- else -%}
{% include 'simple/svg/web.svg' without context %}
{%- endif -%}
{{ url.title }}
{%- endif -%}
{%- endfor -%}
{%- endif -%}
{%- if infobox.relatedTopics -%}
{%- for topic in infobox.relatedTopics -%}
{{ topic.name }}
{%- for suggestion in topic.suggestions -%}
{%- endfor -%}