{% extends "base.html" %} {% block head %} {% endblock head %} {% block body %}

Diffs for the article at {{ article_url|truncate(50) }}


{% for diff in diffs %} {% endfor %}
{{ diff.diff_time }} {{ diff.diff_html|safe }}
{% endblock body %}