{% extends "repo/base.html" %}
{%- block head %}
<link rel="stylesheet" type="text/css" href="/highlight.css" />
<link rel="stylesheet" type="text/css" href="/highlight-dark.css" />
{%- endblock -%}
{% block diff_nav_class %}active{% endblock %}
{% block content %}
<h2>Diff</h2>
<pre class="diff">{{ commit.diff_stats|safe }}
{{ commit.diff|safe }}</pre>
{% endblock %}