{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block style %} {% endblock %} {% block content %}

Find links to "{{ title }}"

{{ title }} ↗ {% if redirect_to %} → redirects to {{ redirect_to }} ↗ {% endif %}
{{ total }} mentions total {{ with_link }} already linked{% if total > 0 %} ({{ "{:.0%}".format(with_link / total) }}){% endif %} {% if saves_this_session %} {{ saves_this_session }} added this session {% endif %}
Searching…
Searching…
{% if hits %}
{{ hits | length }} candidates
    {% for hit in hits %}
  1. {{ hit.title }}
  2. {% endfor %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}