{% extends 'layout.html' %} {% set page_action = 'log' %} {% set title = 'View Diff' %} {% block contents %} {% if not error %}

Diff for “{{ page.title }}

Below you can see the differences between the revision from {{ old_revision.time }} and the revision from {{ new_revision.time }} in unified diff format.

{{ diff|join('') }}
{% else %}

Cannot Display Diff

{{ error }}

{% endif %} {% endblock %}