{% extends "base.html" %} {% block title %}Diff · {{ project_name }}{% endblock %} {% block heading %}Compare prompt versions{% endblock %} {% block content %} ← {{ project_name }}
{% if diff_html %}
{{ diff_html|safe }}
{% else %}
Select two versions to compare.
{% endif %} {% endblock %}