{% extends 'base.html' %} {% block title %} Git Diff {% endblock %} {% block content %}
{{commit_file.change_type}} {{commit_file.file_path}} {% if not full %} show full diff {% else %} show short diff {% endif %}
{{diff|safe}}