{% extends "base.html" %} {% block content %}
Comparing Run {{ run_base.id[:8] }} (Base) vs Run {{ run_target.id[:8] }} (Target)
{{ run_base.config | tojson(indent=2) }}
{{ run_target.config | tojson(indent=2) }}