{# Diff for non-text items. May show simple text message indicating revisions are the same or different or may show image diff for some types of images. #} {% extends theme("show.html") %} {% block content %} {% block headline %}

{{ _("Diff for '{item_name}'").format(item_name=fqname|shorten_fqname) }}

{% endblock %} {{ diff_html }} {% endblock %}