{% extends "base.html" %}{% block title %}Commit {{ commit_hash[:8] }} – {{ repo_name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ commit_hash[:8] }}
{{ diff_raw }}