compare-html
A reference {{ path_a }}
B monitored {{ path_b }}
{% if log_file %}log file{% endif %}
{% for e in entries %} {% endfor %}
Status Path Message
{% if e.result %}{{ e.result }}{% endif %} ✓ accepted {{ e.path }} {{ e.message }}
{% if not entries %}
No comparable files found.
{% endif %}