{% extends "base.html" %} {% block title %}Link '{{ title }}' in '{{ hit_title }}'{% endblock %} {% block style %} {% endblock %} {% block content %}

Link '{{ title }}' in '{{ hit_title }}'

Username: {{ g.user }}
view article
back to index
total: {{ total }}
with link: {{ with_link }}
ratio: {{ "{:.1%}".format(with_link / total) }}
{#
hit: {{ hit }}
#}
replacement: {{ found.replacement }}
section: {{ found.section }}
{{ diff | safe }}
    {% for hit in hits %} {% set url = url_for("article_page", url_title=url_title, title=hit.title) %}
  1. {{ hit.title }} – {{ hit.snippet | safe }}
  2. {% endfor %}
{% endblock %}