{{title|default(value="Weiteres zu diesem Thema")}}
{% for further in page.extra.further[category] %}
{% if further.link is matching("^[^:/]+://") -%}
{% set link = further.link -%}
{% else -%}
{% set link = get_url(path=further.link, lang=lang) -%}
{% endif -%}