{%- extends "base.html" -%} {% block title %} {{this_pair.path}} - diff {% endblock %} {% block head %} {% endblock %} {% block body %}

Prev (k): {% if idx > 0 %} {% else %} none {% endif %}
Diff:
Next (j): {% if idx < num_pairs - 1 %} {% else %} none {% endif %}

Loading diff…
{% endblock %}