{% extends "base.html" %} {% block title %}Comparisons — OCR Bench{% endblock %} {% block content %}
{% if pair_summary %}
{{ pair_summary | safe }}
{% endif %}
{% include "comparison_card.html" %}
{% include "stats_panel.html" %}
{% endblock %}