{% extends "base.html" %} {% block title %}DAB Mechanic{% endblock %} {% block content %}
article title:
{% if title and not exists %}

No article titled "{{ title }}" found in Wikipedia.

{% endif %}
    {% for enwiki, count in articles %}
  1. {{ enwiki }} ({{ count }} links)
  2. {% endfor %}
{% endblock %}