{% extends "repo.html" %} {% import "utils.html" as utils with context %} {% block title %} {{repo.owner.canonical_name}}/{{repo.name}}: {{trim_commit(commit.message)}} - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block content %}
{{ utils.commit_event(repo, commit, full_body=True, full_id=True, refs=refs, parents=True) }}
{{diffstat(diff)}}
{{utils.commit_diff(repo, commit, diff)}}
{% endblock %}