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

{{ self.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 %}