{{ article.enwiki }}

There are {{ article.dab_list | count }} links in the article that need disambiguating.
{% for dab in article.dab_list %}

{{ dab.title }}

{% if dab.title != dab.link_to %}
redirect from {{ dab.link_to }}
{% endif %}
highlight link | cancel selection
{{ dab.html | safe }}
{% endfor %}
{{ article.get_html() | safe }}