{% 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 }}
{% endblock %}