{% extends "base.html" %} {% block title %}{{ slug }} diff · Gauntlet Console{% endblock %} {% block body %}
{{ diff.fallback.parsed | tojson(indent=2) }}
{% elif diff.fallback.content is not none %}
{{ diff.fallback.content }}
{% endif %}
{% endif %}
{% else %}
{% if diff.phase %}phase {{ diff.phase }} · {% endif %} {{ diff.from_sha }} → {{ diff.to_sha }}
{% if diff.log %}{{ diff.log }}{% endif %}
{{ diff.diff }}
{% endif %}
{% endblock %}