{% extends "layout.html" %} {% from 'utils/macros.html' import render_diff_part %} {% set page_title = 'Compare Pastes' %} {% set active_page = 'all' %} {% block body %}
Differences between the pastes #{{ old.identifier }} ({{ old.pub_date|datetimeformat }}) and #{{ new.identifier }} ({{ new.pub_date|datetimeformat }}). Download as unified diff.
{% if diff.chunks %} {{ render_diff_part(diff) }} {% else %}The two pastes are identical.
{% endif %} {% endblock %}