{{commit.oid[..7]}}
{{commit.message}}
{% for line in commit.diff() %}
{% match line.chars().next() %}
{% when Some with ('+') %}
{{line}}
{% when Some with ('-') %}
{{line}}
{% when _ %}
{{line}}
{% endmatch %}
{% endfor %}
{% if i == 0 %}
{% else %}
{% endif %}