{%- extends "base.html" -%} {% block title %} {{this_pair.path}} - diff {% endblock %} {% block head %} {% endblock %} {% block body %}
Prev (k): {% if idx > 0 %}
{{pairs[idx-1].path}}
{% else %}
none
{% endif %}
Diff:
Next (j):
{% if idx < num_pairs - 1 %}
{{pairs[idx+1].path}}
{% else %}
none
{% endif %}