{% extends "repo/base.html" %}{%- block head %}<link rel="stylesheet" type="text/css" href="/highlight-{{ crate::HIGHLIGHT_CSS_HASH.get().unwrap() }}.css" /><link rel="stylesheet" type="text/css" href="/highlight-dark-{{ crate::DARK_HIGHLIGHT_CSS_HASH.get().unwrap() }}.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 %}