{% extends "base.html" %} {% block header_class %}header-extended{% endblock header_class %} {% block body %}
{% for diff in diffs %}

{{ diff.feed_name }} Display current article Show change history

Before {{ diff.diff_html|safe }}
After {{ diff.diff_html|safe }}
{% endfor %}
{{ pagination.links }}
{{ pagination.info }}
{% endblock body %}