{% extends 'base.html' %} {% block title %} Git Diff {% endblock %} {% block content %}

File Diff

back to commit

{{commit_file.change_type}} {{commit_file.file_path}}

{{diff|safe}}
{% endblock %}